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

Pulled in latest PyMuPDF for `set_messages` #618

Closed jamesbraza closed 1 month ago

jamesbraza commented 1 month ago

Pulling in the resolution of https://github.com/pymupdf/PyMuPDF/issues/3914

Also, https://github.com/Future-House/paper-qa/pull/538 introduced a control for the PyMuPDF version for test cassettes. I found the cassette made with pymupdf==1.24.11 still works on pymupdf==1.24.12 (pulled in by https://github.com/Future-House/paper-qa/pull/617 ), so this PR also drops the cassette naming special casing.