paper-qa
paper-qa copied to clipboard
High accuracy RAG for answering questions from scientific documents with citations
For the same code, I run it on Google Colab and it does not time out, but in local Python it prompts that the llm call timed out and reports...
Maybe it's just me but I've found it unnecessary difficult to get it working with Gemini in the CLI. Not sure where is pulling the settings from (the settings folder...
### Background Sometimes a paper's supplemental information (SI) shows up in a separate document. The SI shares the same DOI as the main text. Ideally the title in the SI...
In the default settings, if two papers have the same Doi and the user doesn't set the doc_id, they'll have the same dockey, leading to one paper unable to be...
I don't have API keys for Crossref and Semantic Scholar, so I'd like to use a PubMed API key as an alternative. Could you please guide me on how to...
Due to https://github.com/Future-House/paper-qa/blob/v5.21.0/paperqa/docs.py#L409-L422, when building a local index, the `ParsingSettings.disable_doc_valid_check` is bypassed on: - Empty code files such as `py.typed` - Nearly-empty files such as `.python-version` Ideally we have a...
By default SEMANTIC_SCHOLAR_API_KEY, CROSSREF_MAILTO and CROSSREF_API_KEY are turned on and I want to do everything offline - some of the papers and sources I use are not indexed there and...
I am trying to set up PaperQA with Ollama running locally. I am trying to use the Docs object, except I keep running into the following error when using the...