Home

Awesome

<h1 align="center">⚑Dialoqbase ⚑</h1> <p align="center"> Create chatbots with ease </p> <div align="center">

Join dialoqbase #welcome Build Status License: MIT

</div>

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):

<div align="center">

DialoqBase Demo

</div>

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 <!--(see the [Environment Variables](#environment-variables) section for more details)-->:
nano .env

or

vim .env
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 πŸš€

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

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

Language models

ProviderModels
OpenAIgpt-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
AnthropicClaude 1, Claude 2
Googlechat-bison-001, Gemini
FireworksLlama 2, Mistral, Mixtral and more
Local AILocal AI models
OllamaAll Ollama supported models

Embedding models

ProviderModelsStatus
OpenAItext-embedding-ada-002βœ…
TensorFlowuniversal-sentence-encoder❌
Hugging Facedistilbert-base-uncasedβœ…
CohereEmbedβœ…
Huggingface Transformers.jsall-MiniLM-L6-v2βœ…
OllamaOllama embeddingβœ…
Googletext-gecko-001, embedding-001βœ…
JinaJina embeddingβœ…

need more ? create an issue...

Integrations

TypeStageStatus
Web embed scriptstableβœ…
Telegrambetaβœ…
Discordbetaβœ…
Slackdevelopment❌
Whatsappexperimentalβœ…

need more ? create an issue...

This project is tested with BrowserStack.

Contributors ✨

<a href="https://github.com/n4ze3m/dialoqbase/graphs/contributors"> <img src="https://contrib.rocks/image?repo=n4ze3m/dialoqbase" /> </a>

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

<a href="https://github.com/mjtechguy" target="_blank"><img src="https://avatars.githubusercontent.com/u/29070994?s=64&v=4"></a> <a href="https://github.com/senavi888" target="_blank"><img src="https://avatars.githubusercontent.com/u/161348858?s=64&v=4"></a> <a href="https://github.com/FarazPatankar" target="_blank"><img src="https://avatars.githubusercontent.com/u/10681116?s=64&v=4"></a>

And many more wonderful supporters from Ko-fi.

License πŸ“

MIT