paper-qa icon indicating copy to clipboard operation
paper-qa copied to clipboard

High accuracy RAG for answering questions from scientific documents with citations

Results 248 paper-qa issues
Sort by recently updated
recently updated
newest added

Hi, I am running paper-qa with a local LLM served by ollama server, following configuration described in #582. I get several message `Could not find cost for model ollama/llama3.2` which...

question

I would like to use paper-qa with GROQ LLMs. Is this possible and if so, how exactly to do that? For reference see: https://console.groq.com/docs/models Etc. Also for Python code examples...

question

Hi, A code snippet is provided in PaperQA' documentation to create a reusable documents index : ``` import os from paperqa import Settings from paperqa.agents.main import agent_query from paperqa.agents.models import...

question

Hello, I tried querying the same set of documents with Agentic (https://github.com/Future-House/paper-qa?tab=readme-ov-file#agentic-addingquerying-documents) and Manual (https://github.com/Future-House/paper-qa?tab=readme-ov-file#manual-no-agent-addingquerying-documents) methods. In this issue (https://github.com/Future-House/paper-qa/issues/549) i asked about methods algorithmic behavioural, i understood 'manual' one...

question

First, amazing effort. Really appreciate the hard work and making a greatly useful tool. I have a very large PDF (1600 pages) consisting mainly of a table with ~7000 rows...

bug

One of my struggle when using PaperQA is the inference time every time I do queries. Is there a means I could do to import external vector DBs rather than...

documentation
enhancement

As of `paper-qa==5.10.2` we expose the `citation` LLM prompt as a setting in `Settings.parsing.citation_prompt`/`structured_citation_prompt`, but then we hardcode the citation processing for MLA parenthetical in-text citation style: https://github.com/Future-House/paper-qa/blob/v5.10.2/paperqa/docs.py#L296-L326 It would...

enhancement

Hello, Thank you for the fantastic work on PaperQA. I’ve been able to use it to ask questions by providing over 100 papers as input, and I’ve been using only...

question

Our LLM response --> `Context` logic is a bit fragile: - https://github.com/Future-House/paper-qa/issues/747 shows the LLM responding with a float relevance score. - https://github.com/Future-House/paper-qa/issues/736 shows the LLM failing to respond with...

bug
enhancement

Because PDF encodings are a mess, parsing often leads to poor results with non-ASCII text of all kinds. For example, scientific notation in the form 10^3 is typically parsed as...

question