Releases: n4ze3m/dialoqbase
v0.0.3
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
v0.0.1
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:
-
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.
-
User Login: To ensure secure access to your chatbot projects, Dialoqbase includes a user login system.
-
Share Chatbot: Dialoqbase allows you to easily share your chatbot creations.
-
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.