Loading...
Loading...
Query papers using RAG (PaperQA2 or LEANN). Use when user needs synthesized answers from papers, asks "what does paper X say about Y", or needs cited responses.
npx skill4agent add hummat/paperpipe papi-askpapi askpapi search --rg "query"papi search "query"papi show <paper> -l eq|tex|summarypapi ask# PaperQA2 (default) — full RAG with citations
papi ask "question"
# LEANN — faster semantic search + LLM
papi ask "question" --backend leann
# Structured output for programmatic use
papi ask "question" --format evidence-blocksleann_search(index_name, query, top_k)retrieve_chunks(query, index_name, k)leann_list()list_pqa_indexes()/papi