Skip to content

Releases: lfoppiano/document-qa

v0.2.0

31 Oct 06:52
Compare
Choose a tag to compare

What's Changed

Added

  • Selection of chunk size on which embeddings are created upon
  • Mistral model to be used freely via the Huggingface free API

Changed

  • Improved documentation, adding privacy statement
  • Moved settings on the sidebar
  • Disable NER extraction by default, and allow user to activate it
  • Read API KEY from the environment variables and if present, avoid asking the user
  • Avoid changing model after update

Full Changelog: v0.1.3...v0.2.0

v0.1.3

30 Oct 03:21
Compare
Choose a tag to compare

Fixed bug on the vector storage. It's due to breaking changes in ChromaDB 0.4.x version.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Oct 07:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Oct 12:18
Compare
Choose a tag to compare
  • Fixed runtime dependencies issues

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Oct 11:25
Compare
Choose a tag to compare
  • Added pypy and docker release

Full Changelog: v0.0.1...v0.1.0

v0.0.1

26 Oct 11:25
Compare
Choose a tag to compare

What's Changed

  • add NER extraction on results by @lfoppiano in #4
  • Setuptools build, pypy release, github action improvements by @lfoppiano in #5

Full Changelog: https://github.com/lfoppiano/document-qa/commits/v0.0.1