Are you the author? Sign in to claim
Create chatbots with ease
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.
Here's a demo of how it works (v0.0.23):
Want to check more demo videos? Follow me on Twitter or BlueSky for more updates.
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.
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.
| Loader | Status |
|---|---|
| Website | ✅ |
| Plain text | ✅ |
| ✅ | |
| Web crawler | ✅ |
| Microsoft Word documents | ✅ |
| Github repository | ✅ |
| mp3 | ✅ |
| mp4 | ✅ |
| Sitemap | ✅ |
| Youtube | ✅ |
| Notion | ❌ |
| 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 |
| chat-bison-001, Gemini | |
| Fireworks | Llama 2, Mistral, Mixtral and more |
| Local AI | Local AI models |
| Ollama | All Ollama supported 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 | ✅ |
| text-gecko-001, embedding-001 | ✅ | |
| Jina | Jina embedding | ✅ |
need more ? create an issue...
| Type | Stage | Status |
|---|---|---|
| Web embed script | stable | ✅ |
| Telegram | beta | ✅ |
| Discord | beta | ✅ |
| Slack | development | ❌ |
| experimental | ✅ |
need more ? create an issue...
This project is tested with BrowserStack.
Interested in contributing? Check out the contributing guide.
Dialoqbase nothing without the support of our wonderful sponsors. If you are interested in becoming a sponsor, please visit the sponsorship page.
And many more wonderful supporters from Ko-fi.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming