Summary
MaxKB is an open-source enterprise-grade agent platform designed to help organizations build and deploy intelligent Q&A systems, knowledge bases and agent workflows quickly. It integrates RAG pipelines, a workflow engine and model adapters, supporting containerized deployment and security features suitable for internal knowledge management and customer support scenarios.
Key features
- Built-in RAG pipeline: document ingestion, chunking, vectorization and retrieval.
- Agent workflows: orchestration and tool invocation for complex business logic.
- Multimodal input/output: text, images, audio and video support.
- Container-first deployment: Docker images and deployment guides.
Use cases
- Internal knowledge base and staff Q&A.
- Automated customer service and ticket handling.
- Research and prototyping of RAG and agentic workflows.
Technical notes
Implemented with Python/Django and a Vue frontend, commonly paired with PostgreSQL + pgvector. MaxKB supports multiple LLM backends and is released under the GPL-3.0 license.