Future-House / paper-qa

High accuracy RAG for answering questions from scientific documents with citations
Apache License 2.0
6.44k stars 618 forks source link

Supporting DOI look ups within a `SearchIndex` #586

Open jamesbraza opened 1 month ago

jamesbraza commented 1 month ago

As of paper-qa==5.2.0, we don't include DOI in our index when adding a document: https://github.com/Future-House/paper-qa/blob/v5.2.0/paperqa/agents/search.py#L439-L447

We should consider supporting DOI for filtration and validations as well