paper-qa
paper-qa copied to clipboard
High accuracy RAG for answering questions from scientific documents with citations
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...
Why show ”EmptyDocsError: Not gathering evidence due to having no papers.“ It can not detect my paper?
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...
Where can I find the metadata information for files and how can I input them using CLI?
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
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...
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...