Skip to content

Releases: Future-House/paper-qa

v1.6.0

16 May 23:05
435ccc9
Compare
Choose a tag to compare
  • Separated embeddings from index so they can be cached separate from FAISS index
  • Split add_doc method out so that chunks can be added separately

v1.4.1

15 May 19:57
Compare
Choose a tag to compare

Updated to newest langchain version syntax

v1.4.0

03 May 07:09
3e24c2a
Compare
Choose a tag to compare
  • Revised to new callback syntax
  • Added fallback for non-async LLMs
  • Added check for empty citation chain results
  • Unit tests working again

v1.3.0

29 Apr 19:09
d7c08f9
Compare
Choose a tag to compare

Added ability to do async callbacks

v1.2.0

27 Apr 07:46
b94a06e
Compare
Choose a tag to compare

Made agents more robust to syntax problems

v1.1.1

11 Apr 06:02
93c47cc
Compare
Choose a tag to compare
  • Minor improvements to agents
  • Added tests for pyzotero

v1.1.0

10 Apr 23:44
b20f4e9
Compare
Choose a tag to compare
  • Made contexts be a specific dataclass
  • Improved README
  • Improvements to zotero integration from @MilesCranmer and @luuvy757
  • Added agent tests

v1.0.0

09 Apr 19:58
861f805
Compare
Choose a tag to compare

Improved speed via batching async ops
Added agent approach to combine scraping and evidence gathering
Tighter integration with paperscraper
Added filter on query to improve performance with large libraries
Zotera Integration from @MilesCranmer
Improved caching

v0.1.0

26 Mar 00:52
Compare
Choose a tag to compare

Added support for new chat models in langchain

v0.0.21

05 Mar 21:31
46289f8
Compare
Choose a tag to compare

Updated to use ChatGPT turbo pricing