MCPcopy
hub / github.com/n4ze3m/dialoqbase

github.com/n4ze3m/dialoqbase @v1.11.5 sqlite

repository ↗ · DeepWiki ↗ · release v1.11.5 ↗
664 symbols 1,669 edges 313 files 4 documented · 1%
README

⚡Dialoqbase ⚡

Create chatbots with ease

Join dialoqbase #welcome Build Status License: MIT

[!IMPORTANT] Project status: Maintenance only. This project is no longer actively developed and will not receive new features. It is kept in maintenance mode — only security vulnerability fixes will be released. Contributions and forks are welcome.

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 :

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

Extension points exported contracts — how you extend this code

GithubRepoLoaderParams (Interface)
(no doc) [1 implementers]
server/src/loader/github.ts
WidgetContainerStyle (Interface)
(no doc)
app/script/src/types.ts
AuthContextType (Interface)
(no doc)
app/widget/src/hooks/useAuth.tsx
User (Interface)
(no doc)
app/ui/src/components/Auth/Login.tsx
YoutubeLoaderParams (Interface)
(no doc) [1 implementers]
server/src/loader/youtube.ts
IframeStyle (Interface)
(no doc)
app/script/src/types.ts
LoginResponse (Interface)
(no doc)
app/ui/src/components/Auth/Login.tsx
RestLoaderParams (Interface)
(no doc) [1 implementers]
server/src/loader/rest.ts

Core symbols most depended-on inside this repo

getModelInfo
called by 45
server/src/utils/get-model-info.ts
embeddings
called by 26
server/src/utils/embeddings.ts
parse
called by 16
server/src/loader/pdf.ts
fromDocuments
called by 15
server/src/utils/store.ts
getSettings
called by 13
server/src/utils/common.ts
connect
called by 12
server/src/integration/slack.ts
chatModelProvider
called by 12
server/src/utils/models.ts
fromExistingIndex
called by 11
server/src/utils/store.ts

Shape

Function 462
Method 86
Interface 84
Class 32

Languages

TypeScript100%

Modules by API surface

app/widget/src/components/Markdown.tsx20 symbols
server/src/utils/store.ts17 symbols
server/src/handlers/api/v1/bot/bot/types.ts13 symbols
server/src/models/fireworks.ts12 symbols
server/src/utils/hybrid.ts11 symbols
server/src/utils/voice.ts10 symbols
server/src/utils/telegram-format.ts10 symbols
server/src/loader/github.ts10 symbols
server/src/integration/discord.ts10 symbols
app/ui/src/hooks/useSpeechSynthesis.tsx10 symbols
server/src/integration/whatsapp.ts9 symbols
server/src/plugins/jwt.ts8 symbols

Dependencies from manifests, versioned

@ant-design/cssinjs1.11.1 · 1×
@fastify/autoload5.0.0 · 1×
@fastify/cookie9.1.0 · 1×
@fastify/cors8.3.0 · 1×
@fastify/jwt8.0.0 · 1×
@fastify/multipart7.6.0 · 1×
@fastify/sensible5.0.0 · 1×
@fastify/session10.5.0 · 1×
@fastify/static6.10.2 · 1×
@fastify/swagger8.12.1 · 1×
@ffmpeg.wasm/core-mt0.12.0 · 1×

Datastores touched

dialoqbaseDatabase · 1 repos

For agents

$ claude mcp add dialoqbase \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact