基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
Go to file
wxg0103 add9d1bab8 fix: In the permission settings, the knowledge base list does not distinguish between knowledge base types, and all are marked with the icon of the general knowledge base.
--bug=1054142 --user=王孝刚 【团队成员】权限设置中,知识库列表没有区分知识库类型,都用通用知识库的图标标识 https://www.tapd.cn/57709429/s/1681104
2025-04-07 13:53:39 +08:00
.github build: update build-and-push.yml. 2025-03-06 17:32:49 +08:00
.idea chore: Add icon for JetBrains Toolbox 2024-03-26 22:08:01 +08:00
apps fix: In the permission settings, the knowledge base list does not distinguish between knowledge base types, and all are marked with the icon of the general knowledge base. 2025-04-07 13:53:39 +08:00
installer build(deps): bump the pip group across 1 directory with 2 updates (#2654) 2025-03-24 16:50:23 +08:00
ui fix: In the permission settings, the knowledge base list does not distinguish between knowledge base types, and all are marked with the icon of the general knowledge base. 2025-04-07 13:53:39 +08:00
.dockerignore build: Update .dockerignore 2024-04-15 14:17:59 +08:00
.gitignore chore: add tmp directory to .gitignore 2025-03-28 18:45:35 +08:00
.typos.toml chore: exclude icon typo check 2025-01-23 11:11:42 +08:00
CODE_OF_CONDUCT.md docs: add CODE_OF_CONDUCT.md 2024-04-23 22:57:27 +08:00
CONTRIBUTING.md chore: use unseq list 2024-07-02 18:34:30 +08:00
LICENSE Initial commit 2023-09-14 10:05:12 +08:00
README.md chore: Update README.md (#2769) 2025-04-02 08:39:34 +08:00
README_CN.md chore: Update README_CN.md (#2771) 2025-04-02 09:01:18 +08:00
SECURITY.md docs: add SECURITY.md 2024-04-23 22:59:58 +08:00
USE-CASES.md chore: Update USE-CASES.md (#2517) 2025-03-07 22:02:41 +08:00
config_example.yml chore: exclude icon typo check 2025-01-23 11:11:42 +08:00
main.py chore: exclude icon typo check 2025-01-23 11:11:42 +08:00
package-lock.json chore: exclude icon typo check 2025-01-23 11:11:42 +08:00
pyproject.toml fix: The local rearrangement model cannot be loaded (#2805) 2025-04-07 11:22:01 +08:00

MaxKB

Ready-to-use RAG Chatbot

基于大模型和 RAG 的开源知识库问答系统

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 Latest release Stars Download
[中文(简体)] | [English]


MaxKB = Max Knowledge Base, it is a ready-to-use RAG chatbot that features robust workflow and MCP tool-use capabilities. MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education.

  • Ready-to-Use: Supports direct uploading of documents / automatic crawling of online documents, with features for automatic text splitting, vectorization, and RAG (Retrieval-Augmented Generation). This effectively reduces hallucinations in large models, providing a superior smart Q&A interaction experience.
  • Flexible Orchestration: 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:

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 失败问题,请参照该 离线安装文档 进行安装。

Screenshots

MaxKB Demo1 MaxKB Demo2
MaxKB Demo3 MaxKB Demo4

Technical stack

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

Star History Chart

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

https://www.gnu.org/licenses/gpl-3.0.html

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.