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

Hello, Thanks for the great work! I was looking for a way to eval paper-qa 2 on lit-qa 2 and was wondering if you can help me with a couple...

question

Thanks for making this tool! Macbook M2 (Sonoma 14.6.1) I ran the following install command: `pip install paper-qa --break-system-packages` Appears everything installed correctly `Installing collected packages: zipp, urllib3, typing-extensions, tqdm,...

bug

After I had installed paper-qa ``` mamba create -n paperqa2 python=3.11 mamba activate paperqa2 git clone https://github.com/Future-House/paper-qa.git cd paper-qa pip install -e . ``` ...and ran the llamafile from [https://github.com/Mozilla-Ocho/llamafile?tab=readme-ov-file#quickstart](https://github.com/Mozilla-Ocho/llamafile?tab=readme-ov-file#quickstart)...

bug

I'm trying to get paper-qa working locally, but the documentation doesn't properly show how that should be done. I'm working from the documentation for [local usage](https://github.com/Future-House/paper-qa?tab=readme-ov-file#locally-hosted) that calls for using...

documentation

I've worked out a model version called gpt-40, but it doesn't seem to work and I'm still using the default model

bug

I created an OpenAI project set at the tier 1 usage and tried to get `liteLLM` to work with lower rate limits. I centralized the Router to originate from the...

Hi! I'm using the command line tool, like `pqa index` or `ask` and always get an SSL error for semantic scholar: ` ClientConnectorCertificateError: Cannot connect to host api.semanticscholar.org:443 ssl:True [SSLCertVerificationError:...

question

Sorry for the (hopefully) simple question - I'm trying to install paper-qa using mamba and it's giving me an error of not being able to import names. Trying to run...

question

Hi team, I encountered the error code "the model gpt-4o does not exist or you do not have access to it", I created a project API key from OpenAI, and...

bug