Go to file
shaohuzhang1 2a16e8e236 fix: Dialogue prefix 2025-07-25 16:31:42 +08:00
.github chore: update default docker image tag to v2.0.1-dev in build-and-push.yml 2025-07-17 15:43:03 +08:00
.idea
apps fix: Dialogue prefix 2025-07-25 16:31:42 +08:00
installer refactor: print more logs in start-all.sh. 2025-07-22 11:27:30 +08:00
ui fix: Dialogue prefix 2025-07-25 16:31:42 +08:00
.dockerignore build: update dockerfiles. 2025-06-24 18:23:30 +08:00
.gitignore init: init 2025-04-16 19:20:15 +08:00
CODE_OF_CONDUCT.md doc: add some md files. 2025-07-17 14:42:23 +08:00
CONTRIBUTING.md doc: add some md files. 2025-07-17 14:42:23 +08:00
LICENSE doc: add LICENSE. 2025-07-17 14:28:34 +08:00
README.md chore: Update README.md (#3676) 2025-07-19 08:50:24 +08:00
README_CN.md Update README_CN.md 2025-07-17 14:11:49 +08:00
SECURITY.md doc: add some md files. 2025-07-17 14:42:23 +08:00
USE-CASES.md doc: add some md files. 2025-07-17 14:42:23 +08:00
main.py refactor: fix HF_HOME. 2025-07-03 18:53:47 +08:00
pyproject.toml fix: update langgraph version to 0.5.3 in pyproject.toml 2025-07-16 10:44:37 +08:00

README.md

MaxKB

Open-source platform for building enterprise-grade agents

强大易用的企业级智能体平台

1Panel-dev%2FMaxKB | Trendshift

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


MaxKB = Max Knowledge Brain, it is an open-source platform for building enterprise-grade agents. MaxKB 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:

docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 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

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.