https://github.com/1panel-dev/maxkb
💬 MaxKB is an open-source AI assistant for enterprise. It seamlessly integrates RAG pipelines, supports robust workflows, and provides MCP tool-use capabilities.
https://github.com/1panel-dev/maxkb
chatbot deepseek-r1 knowledgebase langchain llama3 llm maxkb mcp-server ollama pgvector qwen2 rag
Last synced: 13 days ago
JSON representation
💬 MaxKB is an open-source AI assistant for enterprise. It seamlessly integrates RAG pipelines, supports robust workflows, and provides MCP tool-use capabilities.
- Host: GitHub
- URL: https://github.com/1panel-dev/maxkb
- Owner: 1Panel-dev
- License: gpl-3.0
- Created: 2023-09-14T02:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T11:16:56.000Z (18 days ago)
- Last Synced: 2025-04-17T16:19:45.891Z (18 days ago)
- Topics: chatbot, deepseek-r1, knowledgebase, langchain, llama3, llm, maxkb, mcp-server, ollama, pgvector, qwen2, rag
- Language: Python
- Homepage: https://maxkb.pro/
- Size: 46.1 MB
- Stars: 15,688
- Watchers: 100
- Forks: 2,049
- Open Issues: 131
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - MaxKB - 🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。 (NLP)
README
An Open-Source AI Assistant for Enterprise
MaxKB = Max Knowledge Brain, it is a powerful and easy-to-use AI assistant that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities. MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education.
- **RAG Pipeline**: Supports direct uploading of documents / automatic crawling of online documents, with features for automatic text splitting, vectorization. This effectively reduces hallucinations in large models, providing a superior smart Q&A interaction experience.
- **Agentic Workflow**: Equipped with a powerful workflow engine, function library and MCP tool-use, enabling the orchestration of AI processes to meet the needs of complex business scenarios.
- **Seamless Integration**: Facilitates zero-coding rapid integration into third-party business systems, quickly equipping existing systems with intelligent Q&A capabilities to enhance user satisfaction.
- **Model-Agnostic**: Supports various large models, including private models (such as DeepSeek, Llama, Qwen, etc.) and public models (like OpenAI, Claude, Gemini, etc.).
- **Multi Modal**: Native support for input and output text, image, audio and video.## Quick start
Execute the script below to start a MaxKB container using Docker:
```bash
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages 1panel/maxkb
```Access MaxKB web interface at `http://your_server_ip:8080` with default admin credentials:
- username: admin
- password: MaxKB@123..中国用户如遇到 Docker 镜像 Pull 失败问题,请参照该 [离线安装文档](https://maxkb.cn/docs/installation/offline_installtion/) 进行安装。
## Screenshots
![]()
![]()
![]()
![]()
## Technical stack
- Frontend:[Vue.js](https://vuejs.org/)
- Backend:[Python / Django](https://www.djangoproject.com/)
- LLM Framework:[LangChain](https://www.langchain.com/)
- Database:[PostgreSQL + pgvector](https://www.postgresql.org/)## Feature Comparison
MaxKB is positioned as an Ready-to-use RAG (Retrieval-Augmented Generation) intelligent Q&A application, rather than a middleware platform for building large model applications. The following table is merely a comparison from a functional perspective.
Feature
LangChain
Dify.AI
Flowise
MaxKB
(Built upon LangChain)
Supported LLMs
Rich Variety
Rich Variety
Rich Variety
Rich Variety
RAG Engine
✅
✅
✅
✅
Agent
✅
✅
❌
✅
Workflow
❌
✅
✅
✅
Observability
✅
✅
❌
✅
SSO/Access control
❌
✅
❌
✅ (Pro)
On-premise Deployment
✅
✅
✅
✅
## Star History
[](https://star-history.com/#1Panel-dev/MaxKB&Date)
## License
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.