Skip to content

Releases: n4ze3m/dialoqbase

v0.0.3

08 Jun 17:20
2ee1e7b
Compare
Choose a tag to compare

What's Changed

  • Tensorflow embedding
  • queue bug fixes
  • UI fixes
  • Database changes (Requires deleting Docker volume)

important: TensorFlow embedding is slow and uses more memory for processing.

Full Changelog: v0.0.2...v0.0.3

Please note that the database changes in this update require deleting the Docker volume.

Command to Delete Docker Volume:

docker volume dialoqbase_postgres

v0.0.2

07 Jun 18:14
25fe72d
Compare
Choose a tag to compare

What's Changed

  • pdf support

  • added .env.example for local development

Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Jun 06:35
Compare
Choose a tag to compare

Release Note: Dialoqbase v0.0.1 (Initial Release)

I am excited to announce the initial release of Dialoqbase v0.0.1, an open-source project that enables you to create custom chatbots with your own knowledge base.

Key Features:

  1. Data Source Options: Dialoqbase supports using both websites and text documents as data sources for your chatbot. You can extract valuable information from websites or upload text to enrich your chatbot's knowledge base, enabling it to provide accurate and up-to-date responses.

  2. User Login: To ensure secure access to your chatbot projects, Dialoqbase includes a user login system.

  3. Share Chatbot: Dialoqbase allows you to easily share your chatbot creations.

  4. Postgres as Vector Database: Dialoqbase offers support for using Postgres as a vector database. You can leverage the power and scalability of Postgres to store and retrieve vector representations efficiently, enhancing your chatbot's performance.