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

Prevent Mac users from reading the .DS_Store file in the directory.

How to make the software work using the released file? ![无标题](https://user-images.githubusercontent.com/131636258/234010220-61d0802c-3346-4e78-a311-bbf2ce11c641.png) 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...

enhancement

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...

enhancement

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...

question

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...