n4ze3m / dialoqbase
- понедельник, 12 июня 2023 г. в 00:00:08
Create chatbots with ease
Dialoqbase is a web application that allows you to create custom chatbots with your own knowledge base. It uses powerful language models to generate responses and PostgreSQL for vector search and storing the knowledge base
Here's a demo of how it works (v0.0.1):
git clone https://github.com/n4ze3m/dialoqbase.git
cd dialoqbase/docker
imp.env
file and set the following environment variables:nano imp.env
or
vim imp.env
notepad imp.env
Set the OPENAI_API_KEY
variable to your OpenAI API key. You can obtain an API key here
docker-compose up -d
or
docker compose up -d
Open your browser and go to http://localhost:3000
.
Log in using the default credentials:
username: admin
password: admin
Important: After the first login, remember to change the default credentials.
Create custom chatbots with your own knowledge base
Utilize powerful language models to generate responses
Utilize PostgreSQL for vector search and storing the knowledge base.
Dialoqbase is a side project and is not ready for production. It is still in the early stages of development and may contain bugs and security issues. Use it at your own risk. Breaking changes may occur at any time without prior notice.
and more...
open source chatmodels soon...
need more ? create an issue...