Skip to content

Releases: Future-House/paper-qa

v3.0.0.dev1

10 Jun 11:18
be22061
Compare
Choose a tag to compare
v3.0.0.dev1 Pre-release
Pre-release

Fixed pickling bug about missing attribute and updated README

v3.0.0.dev0

10 Jun 00:27
Compare
Choose a tag to compare
v3.0.0.dev0 Pre-release
Pre-release
  • 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
  • Added unit tests for new name_in_text function
  • Can pass by FileObj|Path|URL in add - (maybe add_path, add_file, add_url)
  • Reduce code duplication in unit tests

v2.1.1

07 Jun 03:16
736de35
Compare
Choose a tag to compare

Fixed bug in add_text not adding to Docs if an existing store is present

v.2.1.0

04 Jun 01:28
Compare
Choose a tag to compare
  • Added dockeys to contexts
  • Now we check hash on both add_text and add

v2.0.3

02 Jun 20:23
Compare
Choose a tag to compare
  • Made key_filters part of Answer object

v2.0.2

31 May 19:41
Compare
Choose a tag to compare
  • Added hash to document previews

v2.0.1

30 May 16:07
Compare
Choose a tag to compare
  • Removed extra print statement

v2.0.0

30 May 14:29
Compare
Choose a tag to compare
  • Revised system prompt
  • Added LLM reranking to evidence
  • Fixed bugs on keyfiltering to make it actually work
  • Now catch exceptions in evidence

v1.12.0

28 May 03:56
Compare
Choose a tag to compare
  • Added new parameter to set maximum concurrency in evidence gathering

v1.11.0

28 May 01:03
1dc6ad0
Compare
Choose a tag to compare
  • Added support for fitz/PymuPDF reader for faster parsing times