Skip to content

n4ze3m/dialoqbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47299c2 Β· Oct 15, 2024
Mar 12, 2024
Oct 15, 2024
Aug 22, 2024
Jul 30, 2024
Oct 15, 2024
Jul 7, 2023
Jul 22, 2023
Mar 19, 2024
Jun 30, 2023
Aug 1, 2024
Jun 4, 2023
Jul 18, 2024
Oct 2, 2023
Oct 15, 2024
Jul 13, 2024
Jun 10, 2023
Aug 28, 2023

Repository files navigation

⚑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.

Here's a demo of how it works (v0.0.23):

DialoqBase Demo

Want to check more demo videos? Follow me on Twitter or BlueSky for more updates.

Quick Deployments πŸš€

Railway (One-click deployment)

Deploy on Railway

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.

Features πŸš€

  • 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.
  • Use any language models or embedding models you want

Stack πŸ“š

Disclaimer ⚠️

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.

Roadmap πŸ—ΊοΈ

Data loaders

Loader Status
Website βœ…
Plain text βœ…
PDF βœ…
Web crawler βœ…
Microsoft Word documents βœ…
Github repository βœ…
mp3 βœ…
mp4 βœ…
Sitemap βœ…
Youtube βœ…
Notion ❌

Language models

Provider Models
OpenAI gpt-3.5-turbo, gpt-3.5-turbo-16k, gpt-4, gpt-4-0613, gpt-3.5-instruct, gpt-3.5-turbo-1106, gpt-4-1106-preview
Anthropic Claude 1, Claude 2
Google chat-bison-001, Gemini
Fireworks Llama 2, Mistral, Mixtral and more
Local AI Local AI models
Ollama All Ollama supported models

Embedding models

Provider Models Status
OpenAI text-embedding-ada-002 βœ…
TensorFlow universal-sentence-encoder ❌
Hugging Face distilbert-base-uncased βœ…
Cohere Embed βœ…
Huggingface Transformers.js all-MiniLM-L6-v2 βœ…
Ollama Ollama embedding βœ…
Google text-gecko-001, embedding-001 βœ…
Jina Jina embedding βœ…

need more ? create an issue...

Integrations

Type Stage Status
Web embed script stable βœ…
Telegram beta βœ…
Discord beta βœ…
Slack development ❌
Whatsapp experimental βœ…

need more ? create an issue...

This project is tested with BrowserStack.

Contributors ✨

Interested in contributing? Check out the contributing guide.

Sponsors πŸ’–

Dialoqbase nothing without the support of our wonderful sponsors. If you are interested in becoming a sponsor, please visit the sponsorship page.

Wonderful Sponsors

And many more wonderful supporters from Ko-fi.

License πŸ“

MIT