Skip to content

Releases: bshastry/docubot

Version 0.2.0

10 Oct 10:12
Compare
Choose a tag to compare

This release introduces new features, bug fixes, improvements, and other changes. Please find below the details of each:

New Features:

  • Added DocuSense functionality.

Bug Fixes:

  • Fixed bug in pinecone utils.

Improvements:

  • Refactored code.
  • Updated README.md.
  • Added tests and GitHub workflows to run them
  • Added bandit scan

Other Changes:

  • Added bandit and coverage badges.

Please note that this release is tagged as 0.2.0.

Initial Working Commit - Version 0.1.0

29 Sep 10:39
Compare
Choose a tag to compare
Pre-release
  • Added basic chatbot functionality based on langchain bindings to OpenAI and the Pinecone vector database.
  • Implemented session-based conversation tracking.
  • Provided citations to documents for generated answers.
  • Handled limitations for answering questions based on context.
  • Work in progress: Additional features and improvements to come in future releases.