paper-qa
paper-qa copied to clipboard
High accuracy RAG for answering questions from scientific documents with citations
Prevent Mac users from reading the .DS_Store file in the directory.
How to make the software work using the released file?  Can some one kindly help me?
Copy files from Zotero storage instead of downloading, if possible. Discussed in #66. ### Changes - import shutil for file copy - add zotero_storage arg to ZoteroDB init to specify...
Adds support for Better BibTeX citekeys as discussed in #67. ### Changes: - add hostname, port, better_bibtex args to ZoteroDB init - Make _get_citation_key a method of ZoteroDB - If...
I'm on Zotero v6.0.23, on Mac OS, and attachments get stored in the following format: `/Users/myusername/Zotero/storage/key/papertitle.pdf` If I initialize a ZoteroDB with `storage=/Users/myusername/Zotero/storage/`, it seems like ZoteroDB will look for...
It would be nice to be able to use the citekeys provided by Better BibTeX if the user has it installed. For Better BibTeX users, these citekeys are probably the...
Added a method to Docs object that allows user to enter 'chat' mode, which is basically just query on an infinite loop. Reflected changes in setup.py to allow for easy...
In Zotero, you can select a publication entry (or multiple) and press CTRL+SHIFT+C to copy the BibTex data for each highlighted publication to your clipboard. This is handy because these...
During the query process where the user can find the answer to their question, the time to obtain the chatgpt response as well as retrieving evidence can be significant. It...
It would be nice to have a CLI that can be run to automatically enter the question-answering routine. The app should be installable through the setup.py and be created using...