Skip to content

Releases: Future-House/paper-qa

v1.9.0

25 May 13:43
6ec2273
Compare
Choose a tag to compare
  • Added delete option for docs
  • Made it possible to pickle/unpickle w/o OpenAI models

v1.8.0

22 May 16:08
6a51327
Compare
Choose a tag to compare
  • Increased agent speed
  • Improved search prompt

v1.6.3

20 May 06:40
a0f39f7
Compare
Choose a tag to compare
  • Added unit tests for token tracking (with OpenAI models)
  • Tweaked prompts further

v1.6.2

18 May 03:14
0ccf669
Compare
Choose a tag to compare
  • Added doc_match callbacks/async
  • Tweaked system prompt to say concise

v1.6.1

17 May 03:49
Compare
Choose a tag to compare

Hot-fix zip bug on custom add_text method

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