MaxKB
ActiveDescription
MaxKB is an open-source knowledge base Q&A and agent building platform powered by LLMs, with vector retrieval, workflow orchestration, and multi-model support out of the box.
Key Features
- RAG Pipeline — Document upload and online crawling with automatic splitting and vectorization to reduce hallucinations
- Agentic Workflow — Powerful workflow engine, function library and MCP tool-use for complex business scenarios
- Zero-code Integration — Seamlessly integrate into third-party business systems for smart Q&A capabilities
- Model-Agnostic — Supports DeepSeek, Llama, Qwen, OpenAI, Claude, Gemini and other major models
- Multi-Modal — Native support for text, image, audio and video input/output
- One-command Docker deploy — Single Docker command to start, ready out of the box
Use Cases
Categories
Quick Start
```bash
# One-command Docker start
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb
# Access web interface at http://your_server_ip:8080
# Default admin credentials: admin / MaxKB@123..
```