MaxKB

Active
GitHub Python GPL-3.0

Description

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

💡 Enterprise internal knowledge base Q&A system to improve employee information retrieval
💡 Intelligent customer service for automated answers to common questions
💡 Academic research document Q&A for quick retrieval of key points
💡 Educational training Q&A platform for student learning assistance
💡 Cross-modal document analysis for technical docs with charts and figures

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

Related Projects