Skip to content

Releases: msamsami/qna-builder

qna-builder v0.1.3

13 Jul 02:02
38b045f
Compare
Choose a tag to compare

What's Changed

Changelog v0.1.3:

  • Fix bug in caching knowledge base
  • Drop support for Haversine distance
  • Add unit tests
  • Reformat the code
  • Minor improvements

qna-builder v0.1.2

06 Jun 18:23
Compare
Choose a tag to compare

What's Changed

Changelog v0.1.2:

  • Update the default knowledge base to a new version v0.0.3

qna-builder v0.1.1

06 Jun 18:12
Compare
Choose a tag to compare

What's Changed

Changelog v0.1.1:

  • Change package name to qna-builder
  • Minor changes and improvements

qna-bot v0.1.0

02 May 23:54
70795b3
Compare
Choose a tag to compare

First Release

This is the first official release of the QnA Bot package.

What's Changed

Changelog v0.1.0:

  • Heavily restructured the project
  • Improved main classes and their method to be more readable and maintainable
  • Used informative docstring for class properties
  • Add enum classes for embedding models and similarity metrics
  • Used Microsoft's chit-chat dataset as the default knowledge base
  • Fix bugs and improve design and functionality in the knowledge base editor
  • Major bug fixing and improvement across the package