Sign inSign up

n4z3m/dialoqbase

By n4z3m

Updated 3 months ago

create AI chatbots with ease

Image
Machine learning & AI
3

10K+

n4z3m/dialoqbase repository overview

⚡Dialoqbase ⚡

Create chatbots with ease

Join dialoqbase #welcome Build Status License: MIT

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.

Installation 🛠️

  1. Clone the repository and navigate to the docker directory:
git clone https://github.com/n4ze3m/dialoqbase.git
cd dialoqbase/docker
  1. Edit the .env :
  • On Linux:
nano .env

or

vim .env
  • On Windows:
notepad .env

Set the DB_SECRET_KEY varible.

  1. Run the docker-compose file:
docker-compose up -d

or

docker compose up -d
  1. Open your browser and go to http://localhost:3000.
  2. Log in using the default credentials:
username: admin
password: admin

Important: After the first login, remember to change the default credentials.

Tag summary

Content type

Image

Digest

sha256:7f29e199f

Size

1.3 GB

Last updated

3 months ago

docker pull n4z3m/dialoqbase