Skip to content

qna-bot v0.1.0

Compare
Choose a tag to compare
@msamsami msamsami released this 02 May 23:54
· 38 commits to main since this release
70795b3

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