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

Seen in logs: ``` 2024-09-23 20:14:19,845 - paperqa.agents.search - INFO - New file to index: Reduction of fibroblast size-mechanical force do_abc123.pdf... 2024-09-23 20:14:26,425 - paperqa.agents.search - INFO - Complete (Reduction...

bug
question

Why show ”EmptyDocsError: Not gathering evidence due to having no papers.“ It can not detect my paper?

bug

I am getting this error when running a query : Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'. in router_cooldown_event_callback but _deployment...

bug

How can I increase the answer length of the response?

question

How can I increase the token count for a query response in CLI?

question

How can I increase the token limit for a query using CLI?

question

Where can I find the metadata information for files and how can I input them using CLI?

question

How can I manually add the metadatain python or CLI thats missing for documents as I dont have a semantic scholar or crossrefprovider API key

question

In the standard `ask` pipeline, the function `litellm_get_search_query` does not employ custom llm settings config available in `query.settings.llm_config`: https://github.com/Future-House/paper-qa/blob/e49f1af67e5463ee5188cbe20bdb9747f14db1f9/paperqa/agents/main.py#L178-L180 This leads to creating a default LiteLLMModel instance which by default...

bug

Hello. I want to know if I can use a HuggingFace model (that can be used with Litellm) as the model. This is my code: `from paperqa import Settings, ask...

question