Skip to content

Releases: Future-House/paper-qa

v3.3.2

18 Jul 19:23
497f870
Compare
Choose a tag to compare
  • Changed prompt collection type to use default initializers to allow json encoding

v3.3.1

15 Jul 04:58
Compare
Choose a tag to compare
  • Made query vs question vs answer consistent in aquery

v3.3.0

12 Jul 20:42
b4124c8
Compare
Choose a tag to compare

What's Changed

  • More improvements for reducing memory usage by @whitead in #160

Full Changelog: v3.2.1...v3.3.0

v3.2.1

11 Jul 16:37
a922ea4
Compare
Choose a tag to compare
  • Improved capturing of relevance score to account for wider response formats

v3.2.0

10 Jul 02:52
0362d08
Compare
Choose a tag to compare
  • Made it possible to have doc_index entirely empty (provided by external vector DB)

v3.1.1

27 Jun 01:27
Compare
Choose a tag to compare

What's Changed

  • Fix the arguments for a function call to add_embeddings by @thenatefisher in #147
  • Add unit tests and version bump for add_text fix by @whitead in #151

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

16 Jun 15:33
Compare
Choose a tag to compare

add, add_file, and add_url now return None if the doc to add was a duplicate. add_texts now return False if there was a dulicate.

v3.0.0.dev3

14 Jun 05:52
5926831
Compare
Choose a tag to compare
  • Added memory model

v3.0.0

14 Jun 06:17
Compare
Choose a tag to compare

Breaking changes in v3

See README

Release Notes:

  • Added memory model
  • Changed variable naming to be much more clear
  • More types to avoid ambiguous dictionary/tuples
  • Switched to using pydantic instead of dataclasses
  • Removed non-core focus elements (caching, token counting, agents)
  • Removed need to have texts/doc names in Docs, removing RAM problems
  • Abstracted FAISS away, so any vector store can be used
  • Removed ambiguous chunk/overlap defaults
  • Added typewriter example to README
  • Added caching example to README
  • Made prompting more general
  • Can pass by FileObj|Path|URL in add - (add, add_file, add_url)
  • Reduce code duplication in unit tests
  • Added more flexible typing, exported more types, added back reader default args

Contributors: @whitead and @Mason-McGough

v3.0.0.dev2

13 Jun 16:46
72ef415
Compare
Choose a tag to compare
  • Added more flexible typing, exported more types, added back reader default args