paper-qa
paper-qa copied to clipboard
High accuracy RAG for answering questions from scientific documents with citations
https://www.crossref.org/deprecated/ any suggestion for substitution of Crossref?
**Summary of Problem** The expected vs asserted citation count was not matching, causing this UT to specifically fail. I noticed if I switched the order of sources from `semantic_scholar, crossref`...
Changes: - Implement `parse_docx_to_text` function to handle `.doc` and `.docx` files. - Use text chunking logic for splitting up docx text after parsing Bug-fixes: - Convert file names in `paperqa/readers.py`...
Fixes #409 Add documentation for `pytest-recording` and VCR cassettes in `CONTRIBUTING.md`. * Add a section for `pytest-recording` plugin. * Link to `pytest-recording` documentation. * Provide a brief summary on how...
We use `pytest-recording` plugin to make test cassettes to cache HTTP requests, making our unit tests more deterministic. We need a little blurb in `CONTRIBUTING.md` that: - Links to `pytest-recording`...
I’ve been using a document that isn't from a scientific journal. When I was on version `4.9.0`, the prompt response was quick, but after transitioning to `5.2.0`, it took much...
I am loving this library! The README is very through showing the library functions on the CLI. For instance, it shows clearly how to name an index and save it...
Making better use of encapsulation, and imports are actually slightly easier now
Not sure what I'm doing wrong but this is the error message I get when trying to run pqa ask: NotFoundError: litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message':...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Future-House/paper-qa). ## Awaiting Schedule The following updates are...