create AI chatbots with ease
10K+
Create chatbots with ease
Dialoqbase is an open-source application designed to facilitate the creation of custom chatbots using a personalized knowledge base. The application leverages advanced language models to generate accurate and context-aware responses. Additionally, it utilizes PostgreSQL, a robust relational database management system, for efficient vector search operations and for storing the knowledge base.
git clone https://github.com/n4ze3m/dialoqbase.git
cd dialoqbase/docker
.env :nano .env
or
vim .env
notepad .env
Set the DB_SECRET_KEY varible.
docker-compose up -d
or
docker compose up -d
http://localhost:3000.username: admin
password: admin
Important: After the first login, remember to change the default credentials.
Content type
Image
Digest
sha256:7f29e199f…
Size
1.3 GB
Last updated
3 months ago
docker pull n4z3m/dialoqbase