1. Project/Product Overview
| Dimension | Information |
|---|---|
| Project name | MaxKB(Max Knowledge Brain) |
| Developer | Flying to Cloud (Fit2Cloud)-- 1Panel Same Team |
| Open Source Protocol | GPL-3.0 |
| Python(44.4 percent) + Vue.js(37.1 percent) + TypeScript(17.4 percent) | |
| GitHub Stars | 21,587(2026-07-02 query) |
| Forks | 2,930 |
| Commits | 7,246 |
| Created | 2023-09-14 (approximately 3 years) |
| Last Updated | 2026-07-02 (Multiple weekly submissions) |
| Latest Version | v2.10.2-lts(2026-06-18) Total 69 Release |
| official website | https://maxkb.cn |
| Official Community | https://bbs.fit2cloud.com/c/mk/11 |
| Document | https://maxkb.cn/docs/v2/ |
| Product Idea | Use out of the box · Accompanying growth |
| Core Route | RAG (Basic Question and Answer) → Workflow (Process Automation) → Agent (Agent) |
| Downloads | Total 1 million + |
| Contributors | 500 + |
| Enterprise customers | 1000 + paying customers (covering 30 + industries) |
| Algorithm Filing | Filing via National Deep Composition Service Algorithm (March 2026) |
| Well-known customers | Wallace, China Agricultural University, Shenzhen Tong, Shenzhen Stock Exchange, Zhengzhou Customs, Guangxi Quality Inspection Institute, Anhui Trading Group, Northeast University of Finance and Economics, Tangshan Maritime Safety Administration, Bei Rui, etc. |
2. What does it mostly do?
MaxKB is a smart body platform for enterprise complete AI landing, not a single-function toolbox. Core competency stratification:
2.1 Knowledge Base Management (Building Enterprise Exclusive Brain)
| Multi-format document access | Support Markdown, PDF, docx, Excel, CSV, TXT, HTML and other 10 formats, support ZIP batch upload and offline image import | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Multi-source data ingestion | Drag and drop documents to upload, automatically crawl Web documents by URL, and connect and synchronize the flying book knowledge base (Professional Edition) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Intelligent Document Processing | Intelligent splitting by Markdown level (up to 6 titles), regular custom segmentation rules, automatic vectorization of text | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Vectorized storage | Based on PostgreSQL pgvector, supports hybrid vector semantic search and full-text keyword search. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Custom Term Database (v2.10 LTS) | Support the configuration of professional terms and industry abbreviations, word segmentation and retrieval phase priority matching, improve the vertical field retrieval accuracy | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Knowledge Base Import and Export | Since v2.8.0, full knowledge base import and export (including vector data) are supported | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Workflow Knowledge Base | You can schedule the complete process from the data source to the knowledge base in the workflow |
2.2 RAG Retrieval Enhancement Generation Pipeline
MaxKB's RAG pipeline is divided into four stages: "ingestion → processing → retrieval → generation:
-Dual-mode search: full-text keyword search fusion with vector semantic matching. Reordering algorithm is supported
-Precise Control: You can configure the similarity threshold (0.75 is recommended), the TOP number of referenced segments, and the maximum number of characters.
-Generation Policy: Select "Optimize model generation" or "Return the original text directly" when the knowledge base hits. You can specify a default response when the knowledge base misses.
-Multi-way recall node:v2.10 LTS adds the output parameter "List of results that meet direct response"
2.3 Workflow Workflow Orchestration
MaxKB's built-in, powerful drag-and-drop workflow engine allows non-technical people to build automated AI processes:
-Node Type:AI dialogue, knowledge base retrieval, document label retrieval, multi-channel recall, problem optimization, judge, specified reply, document content extraction, text-to-speech, voice-to-text, picture understanding, video understanding, picture generation, text-to-video, picture-to-video, form collection, loop, variable splitting, variable aggregation, parameter extraction, variable assignment, MCP call, etc.
-Variable System: Supports global variables, session variables, and external parameters (displayed in tiles in the input box)
-Trigger Mode: supports timing trigger and event trigger
-Streaming Execution: displays the name of the executing node when the AI answers.
2.4 MCP Tools and Skills
-MCP service tool: interface with third-party service API to realize database query, mail sending and ERP/CRM system interaction. For example, Zhengzhou Customs builds a AI review intelligent body through MCP.
-Custom Script Tool: Use Python to write custom functions for data processing and logical judgment.
-Workflow Type Tools: new in v2.8.0, encapsulate the entire workflow as a reusable tool
-Skills: Introduced in v2.7.0, smart bodies call Skills autonomously, such as allowing OpenClaw to call the enterprise knowledge base, supporting multi-smart body collaboration, expert routing and permission isolation.
-Built-in 200 functions: common operations such as data cleaning and API calls
2.5 Multimodal Interaction
| Modal | Supported content |
|---|---|
| Text | Native text Q & A, voice-to-text input |
| Image | Picture Understanding (Visual Model), Picture Generation (Vincent Picture) |
| Audio | Speech Recognition (ASR), Speech Synthesis (TTS) |
| Video | Video Understanding (Key Frame Extraction and Analysis), Wensheng Video, Tusheng Video (MiniMax, Ali Bailian Wan2.7) |
2.6 Zero Encoding Integration
- front-end embedding : copy the generated code and embed it into websites, public numbers, enterprise wechat, DingTalk, flying books, Slack, etc. in floating window/full screen/mobile mode
- Back-end docking : open RESTful API Skills interface, ERP/CRM and other systems can be directly called
- Third Party Application Integration (Professional Edition): Enterprise WeChat Application/WeChat Customer Service, DingTalk Application, Flying Book Application, WeChat Public Number
3. Applicable Scenario
| Scenario | Description | Typical Customer |
|---|---|---|
| Enterprise Intelligent Customer Service | 7 × 24-hour online response, replacing/assisting manual customer service, integrating enterprise product/service knowledge | Wallace (Chain Catering Intelligent Customer Service), Shenzhen Tong (City Service Customer Service) |
| Internal Knowledge Base/AI Assistant | Employees query rules and regulations, process documents and technical manuals to improve internal work efficiency | Shenzhen Stock Exchange (internal knowledge base system), Anhui Trading Group (intelligent editing of bidding documents) |
| Government/Public Service | Policy Consultation, Service Guide Intelligent Question and Answer, Improve Government Service Efficiency | Guangxi Quality Inspection Institute, Tangshan Maritime Safety Administration, Futian Notary Office |
| Education/Academic | Campus Service AI Assistant, Educational Administration Consultation, Academic Resource Retrieval | China Agricultural University, Dongbei University of Finance and Economics, Henan Medical and Health Technician College |
| Business System AI Upgrade | Embed AI Intelligent Audit and Decision-Making Capabilities for Existing ERP/CRM/OA Systems | Zhengzhou Customs (AI Audit Agent) |
| Vertical Industry Agent | Professional Agents in the fields of finance, medical care, law, etc. | Financial intelligent investment, medical knowledge retrieval, legal document review |
| Small and medium-sized enterprises AI start | Deploy full-featured WebUI in one sentence, and zero-technology teams can also AI online | All kinds of small and medium-sized enterprises |
4. Not quite the scene
| Scenario | Reason | Alternative Suggestions |
|---|---|---|
| Pure RAG engine/deep document parsing research | MaxKB partial application platform, document parsing depth is not as deep as professional RAG engine (such as DeepDoc) | RAGFlow (byte jump, deep document understanding is better) |
| Complex multi-agent collaboration framework required | MaxKB Agent focuses on enterprise business automation, non-academic multi-agent research framework | Agno / AgentScope / CrewAI |
| Pure English/Overseas Market | Documents, communities and UI are mainly in Chinese, with weak English support | Haystack / LangChain / LlamaIndex |
| Highly customized LLM application development | MaxKB is available out of the box but can be customized in limited depth, GPL-3.0 protocols need to be concerned | LangChain(MIT) or self-developed frameworks |
| Ultra-large-scale cluster (single-instance qps > 100) | Community edition standalone deployment, enterprise edition cluster needs to contact business | RAGFlow / Dify (cluster solution is more transparent) |
| Requires Apache-2.0/MIT protocol | Copyleft requirements of GPL-3.0 protocol may affect commercial secondary distribution | RAGFlow(Apache-2.0), Dify(Apache-2.0) |
5. Core Competence List
5.1 knowledge base ability
| Competency | Community | Professional | Enterprise | |
|---|---|---|---|---|
| General Knowledge Base Web Site Knowledge Base | ✅ | ✅ | ✅ | |
| Workflow Knowledge Base (Custom Data Pipeline) | ✅ | ✅ | ✅ | |
| Support file types | Markdown, docx, PDF, TXT, HTML, XLSX, XLS, CSV | Custom file types | Custom file types | |
| ZIP Batch Import/Export | ✅ | ✅ | ✅ | |
| Auto-Associate Issue Generation | ✅ | ✅ | ✅ | |
| Document Tag Management | ✅ | ✅ | ✅ | |
| Fly Book Knowledge Base Docking Synchronization | - | ✅ | ✅ | |
| Custom Term Library | ✅(v2.10 LTS) | ✅ | ✅ | |
| Full import and export of knowledge base | ✅(v2.8.0) | ✅ | ✅ |
5.2 agent capability
Simple smart body based on the user's intention to ask questions, independent analysis of requirements and matching adaptation skills, MCP, smart body and other tools, automatically trigger calls.
Advanced intelligences (workflow orchestration), drag-and-drop creation, supporting 30 nodes, covering all processes such as AI dialogue, retrieval, judgment, extraction, generation, etc.
| Multimodal Dialog | Since v2.10 LTS, the AI dialog node fully supports multimodal input such as text and pictures. |
| External Parameters | User input parameters are displayed in tiles in the input box, which supports explicit/implicit switches. |
| Timed/Event Triggering | Supports timed triggering and event-triggered smart body execution |
| Embed third party | Full screen mode, mobile mode, floating window mode, custom portal icon, AI avatar, disclaimer |
| Long-term memory | Since v2.9.0, long-term memory is supported, and user context is maintained across sessions |
| Conversation log operation analysis | Operation monitoring statistics, user satisfaction trend, token consumption tracking |
5.3 model support
| Category | Supported models/providers |
|---|---|
| Local Private Model | Llama 3, Qwen 2/3, DeepSeek, etc. (via Ollama / vLLM / Xinference) |
| domestic public model | tongyi qianwen, zhipu AI, Baidu qianfan, Kimi, DeepSeek, Tencent mixed yuan, byte bean bag, xunfei spark |
| Foreign Public Models | OpenAI, Azure OpenAI, Anthropic(Claude), Google Gemini, MiniMax |
| Multimodal Model | Visual Recognition, Speech Recognition, Speech Synthesis, Image Generation, Vintage Video, Graphic Video |
| Vectorization/Reorder Model | bge-m3, bge-reranker-v2-m3, etc., support custom model parameters |
5.4 enterprise governance
| Competency | Community | Professional | Enterprise |
|---|---|---|---|
| Tenant | Single Tenant | Single Tenant | Multi-Tenant |
| RBAC Role Management | - | ✅ | ✅ |
| Dialog User Management | - | ✅ | ✅ |
| Shared Resources (Knowledge Base/Tools/Models) | - | - | ✅ |
| SSO SSO (LDAP/OIDC/CAS/OAuth2/SAML2) | - | ✅ | ✅ |
| Enterprise WeChat/DingTalk/Flying Book Scan Code Login | - | ✅ | ✅ |
| System Operation Log | - | ✅ | ✅ |
| Custom Logo/Theme Color Matching | - | ✅ | ✅ |
| Open API | - | ✅ | ✅ |
6. Architecture/deployment/integration approach
Technical Architecture
| Level | Technology Stack |
|---|---|
| Front End | Vue.js LogicFlow (Workflow Visualization) |
| Backend | Python / Django(RESTful API) |
| LLM Arrangement | LangChain |
| Database | PostgreSQL 17 pgvector (vector storage) |
| Task Queue | Celery (Asynchronous Document Processing) |
| Containerization | Docker / Docker Compose |
| Inference Engine (All-in-One) | vLLM Qwen3.6-35B-A3B-FP8 |
Deployment Mode
| Mode | Description | Applicable Scenarios |
|---|---|---|
| Docker Rapid Deployment | 'docker run -d -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb' | Test/Demo/Small-scale Production |
| Docker Compose deployment | Multi-container orchestration with independent services and controllable resources | Production environment |
| Offline installation package | Suitable for non-Internet intranet environments, supporting x86 and ARM(64-bit) | Government/financial and other offline environments |
| 1Panel Panel Installation | One-click installation through 1Panel App Store | Users who already have 1Panel |
| All-in-One Machine | Flying to Cloud × Hyperfusion FusionXpark GB10:128GB Memory, 2TB Storage, 1 PFLOPS Computing Power, Pre-installed MaxKB Professional Edition 1Panel Enterprise Edition Local Model | Full Stack Privatization, Data Not Out of Domain |
Model integration mode
-Public cloud model: Direct connection through API Key (OpenAI, Claude, Tongyi Qiwen, DeepSeek, etc.)
-Local Private Model: Access through inference gateways such as Ollama, vLLM, and Xinference
-Multimodal model: Voice, visual and video models are connected through standard interfaces
-Embedding model:bge-m3, text2vec, etc., support local and cloud
System Requirements
| Environment | Minimum | Recommended |
|---|---|---|
| CPU | 2-core | 4-core |
| Memory | 4 GB | 8 GB |
| Disk | 10 GB | 50 GB SSD |
| Operating System | Linux / macOS / Windows(Docker) | Linux x86_64 |
How to use #7.
7.1 installation and deployment (3 minutes to start)
# Docker 一键部署
docker run -d --name=maxkb --restart=always \
-p 8080:8080 \
-v ~/.maxkb:/opt/maxkb \
1panel/maxkb
# 访问:http://你的服务器IP:8080
# 默认账号:admin
# 默认密码:MaxKB@123..
Chinese users can refer to offline installation document if Docker image Pull fails.
7.2 Three-step Opening AI Landing
Step 1: Access the big model
Log in to WebUI → System Settings → Model Management → Add Model → Select Supplier (such as DeepSeek, Qwen, OpenAI)→ Fill in API Key or configure local model address.
Step 2: Build a Knowledge Base
Knowledge Base → New Knowledge Base → Drag and drop uploaded documents (or enter URL to crawl) → System automatic segmentation, vectorization → Wait for "Ready" status.
Step 3: Create a smart body.
Smart body, new, select simple smart body, associate the newly created knowledge base, publish, share links or embed third-party systems.
7.3 Advance: The Progressive Route from RAG to Agent
基础 RAG 问答(知识库关联即用)
↓
高级检索优化(混合检索 + 重排序 + 术语库)
↓
工作流自动化(拖拽编排:检索→判断→工具调用→生成)
↓
MCP 工具集成(连接数据库、ERP、CRM 等外部系统)
↓
Skills 技能 + 多智能体协同(专家路由、任务分发)
7.4 Data Backup
# 备份数据目录
tar -czf maxkb_backup_$(date +%Y%m%d).tar.gz ~/.maxkb
# 恢复数据
tar -xzf maxkb_backup_20250101.tar.gz -C ~/8. What can I say before sales
8.1 a sentence positioning
- * "MaxKB is the most easy-to-use enterprise-level intelligent body platform in China-in a word, Docker deployment, full-featured WebUI operation, gradual upgrade from RAG to Agent, has served 1000 enterprise customers. "**
8.2 customer pain points → solutions
| Customer Pain Points | MaxKB Solution |
|---|---|
| "I want to be a AI but the technical team is not strong enough" | In a word, Docker deploys full-featured WebUI, and business personnel can also get started |
| "The deployment is too complex. You need to install a bunch of components" | The built-in PostgreSQL of the Docker image pgvector all dependencies. No additional installation is required. |
| "I don't know where to start making AI" | Three steps: connect the model → build the knowledge base → send the intelligent body, and the effect will be produced on the same day |
| "Data cannot go to the public cloud" | Fully privatized deployment, supporting offline installation packages and ARM architecture |
| "Worried that the Agent is out of control" | Progressive upgrade-first use RAG to verify the value, and then gradually introduce workflow and Agent |
| "The system needs to get through with Feishu/DingTalk/WeChat" | Zero coding embedding, professional version native support enterprise WeChat, DingTalk, Feishu, WeChat public number |
| "Knowledge base requires high professionalism" | v2.10 LTS supports custom term database, and vertical industry retrieval accuracy is significantly improved |
| "Limited Budget" | Community Edition is completely free and unlimited number of users/applications/knowledge base; Professional Edition 48000 permanent license |
8.3 Differentiated Selling Points
vs RAGFlow (most often compared)
Official Comparison Page: https://maxkb.cn/maxkb-vs-ragflow
| Dimension | MaxKB | RAGFlow |
|---|---|---|
| Core Positioning | Enterprise Knowledge Service and Business Landing Platform | Deep Document Understanding and RAG Engine |
| Product Form | Full Application Platform (WebUI API) | RAG Visual Process Orchestration |
| Target User | Business Team Delivery Team O & M Team | Technical Team (focusing on search link optimization) |
| Document parsing depth | Support common formats, enough but not extreme | DeepDoc deep document parsing (better table/scanned document recognition) |
| Enterprise Governance | Shared resources for RBAC SSO code scanning logon operation logs | Basic permission management |
| Commercial support | Original factory after-sales, price transparency, LTS long-term maintenance | Open source community-based |
| Deployment complexity | One docker run command | Docker-compose (multiple services) |
| Customer stories | 1000 enterprise customers (government/education/catering/transportation, etc.) | Focus on technical communities |
| Pricing Transparency | Community Edition Free Professional Edition ¥ 48000 | Contact Business |
| Protocol | GPL-3.0 | Apache-2.0 |
Selection suggestion: If the enterprise goal is to use AI for customer service, knowledge service, and business collaboration as soon as possible, MaxKB is preferred. If the core goal is to understand in-depth documents and optimize RAG links, RAGFlow is more appropriate. The two are non-zero sum-MaxKB can be used as a platform, RAGFlow as an engine, and complementary use.
vs Dify
| Dimension | MaxKB | Dify |
|---|---|---|
| Core Positioning | Enterprise Intelligence Platform (Partial Business) | LLM Application Development Platform (Partial Developer) |
| Difficulty to get started | Very low (available to business staff) | Medium (need to understand the concept of Prompt/Agent) |
| Chinese Ecology | Native Chinese, Chinese Documents Extremely Perfect | Chinese-English Bilingual |
| Enterprise Stories | 1000 enterprises, covering 30 industries | Global developer community |
| Open Source Protocol | GPL-3.0 | Apache-2.0 |
| All-in-One Scheme | Have (99000) | None |
8.4 Customer Value Story Line
- Cut in:"Do you have internal knowledge management or customer service system now? How about the efficiency of manual processing?"
- Pain Point Resonance:"Knowledge is scattered everywhere, new employees cannot be found, old employees have no time to teach, and customer service repeatedly answers the same question......"
- Quick Verification : Live Demonstration-Docker Deployment in One Minute → Drag in Several Documents → Question and Answer on the Spot, Customers See the Effect
- Progressive route:"You can start with a department's knowledge base, spread it to the entire company, and then upgrade to an automated workflow."
- Security centering :"The data is completely on your own server, supports offline installation, and seamlessly interfaces with the intranet environment."
- Long-term guarantee :"v2.10 LTS version provides long-term maintenance, with new version iterations every month, as well as 400 customer service calls and original technical support."
- Heavy Case :"The customer service of Wallace's thousands of stores is already in use, and your colleague XX Company is also our customer."
9. Frequently Asked Customer Questions
| Question | Answer |
|---|---|
| Q1: Which is better than RAGFlow/Dify? | MaxKB is more "enterprise business platform", which can be used out of the box and can be used by business personnel. RAGFlow partial "RAG engine"-document analysis is stronger, but requires deep use by technical teams. Dify is a "developer platform"-high flexibility, but a steeper learning curve. If the goal is a fast-moving enterprise knowledge base/customer service system, MaxKB is usually the best fit. |
| Q2: What are the restrictions in the community edition? | Since V2 (July 2025), the community edition no longer limits the number of users, the number of intelligences and the number of knowledge bases, and is completely free to use. The core functions (RAG, workflow, MCP, multimodal) are all open. The Professional Edition adds enterprise-class features such as RBAC, SSO, third-party application integration, custom appearance, operation logs, and factory support. |
| Q3: How long will the LTS version be maintained? What are your commitments? | v2.10 LTS is the first long-term support version (released in June 2026). Feizhiyun provides long-term security fixes and key Bug fixes for LTS versions. MaxKB insists on monthly iterations (one new version per month), and the LTS version provides a more stable maintenance rhythm on this basis. |
| Q4: How to ensure data security? Will the data be transferred externally? | MaxKB is fully private and all data is stored on the customer's own server. Support offline installation (no Internet environment), support intranet deployment. LLM can also interface with the local private model (Ollama/vLLM) to achieve full link data out of the domain. The Professional Edition also provides security features such as operation log auditing, SSO unified authentication, and dialog-side authentication. |
| Q5: Does the localization environment be supported? | Fully supported. Backend Python/Django, front-end Vue.js, and database PostgreSQL pgvector can all run on domestic Linux (Kirin, Tongxin, etc.). Support ARM architecture (such as Huawei Lupeng), support docking domestic large models (DeepSeek, Tongyi Thousand Questions, Wisdom Spectrum, Baidu Qianfan, etc.), has been through the national deep synthesis service algorithm for the record. |
| **Q6: Can we connect our flying book/DingTalk/enterprise WeChat? | Community Edition supports zero coding embedded into third-party Web systems. The professional version originally supports the complete docking of enterprise WeChat application, enterprise WeChat WeChat customer service, DingTalk application, flying book application, WeChat public number and Slack, and supports code scanning login. |
| Q7: What document formats are supported by the knowledge base? Can you process scanned documents? | Common formats such as Markdown, docx, PDF, TXT, HTML, XLSX, XLS, and CSV are supported. The community version has built-in document parsing, and the professional version supports more custom formats. For scanned/image PDF, it is recommended to import after preprocessing in combination with external OCR tools. |
| Q8: Is the professional version ¥ 48000 a one-time fee? What are the subsequent expenses? | ¥ 48000/set is a permanent authorization (including one-year maintenance). Starting from the second year, the maintenance fee is 9,600 yuan/year, providing seamless upgrade service of software minor version. Each license corresponds to 1 deployment instance for 1 end customer. |
10. PoC Recommendations
Recommended PoC Direction: Intelligent Question Answering of Enterprise Internal Knowledge Base
| Phase | Content | Time | Output |
|---|---|---|---|
| 1. Environment preparation | Docker deployment MaxKB, model API configuration | 0.5 days | Runnable services |
| 2. Knowledge Base Construction | Select 50-100 internal documents (systems/processes/manuals), upload and build an index | 0.5 days | Retrievable Knowledge Base |
- Basic Question and Answer Verification... Create a simple intelligent body, associate the knowledge base, test typical questions... 0.5 days.........................................................................................
| 4. Effect Tuning | Configure Term Database, Adjust Retrieval Parameters, Optimize Prompt Words | 0.5 Days | Meet Accuracy Requirements |
| 5. System integration demonstration | Embedded into internal portal or enterprise WeChat to show actual use | 0.5 days | Complete system that can be demonstrated |
| 6. Evaluation Report | Statistics Retrieval Recall Rate, Answer Accuracy Rate, User Satisfaction | 0.5 Days | PoC Evaluation Report |
Validation Metrics:
-Knowledge base document upload success rate> 95%
-Retrieval recall> 85% (after optimization by term base)
-End-to-end answer accuracy> 80%
-Average response time <5 seconds
-Total time taken to deploy to demo state <3 days
PoC Advanced Direction: Intelligent Customer Service Workflow
For customer service scenario customers, an additional 2 days can be added:
-Build customer service workflow (intention judgment → knowledge base retrieval → conditional routing → multi-round dialogue)
-Docking enterprise WeChat/WeChat public number
-Statistics on self-service resolution and customer satisfaction
11. Risks and Considerations
| Risk | Level | Description | Mitigation |
|---|---|---|---|
| GPL-3.0 Agreement | Medium | The GPL Copyleft agreement requires open source after secondary distribution or modification. If you plan to redistribute MaxKB as part of the product, evaluate compliance | Understand GPL-3.0 boundaries; if unacceptable, consider Apache-2.0 protocol replacement (RAGFlow/Dify) |
| Document parsing depth | Medium | The parsing effect of complex tables, scanned documents and formula documents is not as good as that of professional engines (RAGFlow DeepDoc) | Important documents can be imported after preprocessing; Or combined with external OCR/parsing tools |
| Cluster Capability | Medium | Both the Community Edition and Professional Edition are deployed on a single machine. High concurrency scenarios are limited. The cluster solution is only available in the Enterprise Edition | Evaluate actual concurrency requirements; Contact Business to obtain the Enterprise Edition cluster solution |
| Internationalization/English Support | Low | Mainly in Chinese, English UI and documents are relatively weak | Domestic customers have no influence; Teams with limited Chinese ability in foreign enterprises need to be evaluated |
| LangChain Dependency | Low level | The underlying dependency is LangChain to the framework. Version upgrades may bring about compatibility changes. | Feizhiyun follows up iteratively on a monthly basis. The LTS version provides stable dependencies. |
| Commercial Binding Risk | Low | The cost of the professional version/enterprise version may increase in the long run, and it is bound to FeizhiCloud | The community version is rich in features and open source, and its core capabilities do not depend on the paid version |
| The ecology is relatively young * | Low | Created in September 2023, with a short history compared to Dify/LangChain and other | But growing very fast -21K Stars in less than 3 years, 1000 enterprise customers, monthly iterations |
12. My Pre-Sales Judgment
Recommendation: Highly recommended (domestic preferred for domestic enterprise knowledge bases and smart body scenarios, deploying the simplest enterprise-class AI platform)
Reason:
- Extreme deployment experience: A 'docker run' command is used to complete the deployment. The built-in PostgreSQL pgvector does not need to install any additional components. This is one of the easiest enterprise AI platforms to deploy on the market.
- Full-featured WebUI :RAG Q & A, workflow orchestration, MCP tool management, Skills skill configuration, knowledge base management, multi-modal configuration-all operations are completed on the web side, and business personnel can use them independently.
- Progressive AI upgrade :RAG → Workflow → Agent clear path, enterprises can pilot a department first, verify the value and then gradually expand, risk control.
- Optimal Chinese Ecology : Native Chinese UI, Chinese Documents, Chinese Community, Chinese Cases, Chinese Technical Support (400 Phone), Almost Zero Threshold for Domestic Developers.
- Enterprise-level verification is sufficient :1000 paying customers cover 30 industries, and real cases from Wallace, Shenzhen Tong, many universities and government agencies are available for reference.
- Long-term maintenance guarantee :LTS version is iterated on a monthly basis 500 contributors fly to cloud enterprise support without worrying about giving up the project.
- The price is transparent and reasonable : The community version is free and has complete functions. The professional version 48000 permanent authorization (far lower than similar commercial products). The all-in-one machine 99000 includes a complete set of software and hardware solutions.
Recommended Customer Persona:
-Domestic enterprises (government, education, medical, manufacturing, retail, transportation and other industries)
-Small and medium-sized enterprises that want to land AI quickly but the technical team is not strong
-Compliance scenarios that require privatization deployment and data not out of the domain
-Take knowledge base question and answer or intelligent customer service as the main entry scene
-Enterprises with office ecology such as flying books/DingTalk/WeChat
-Requires original technical support and LTS long term maintenance
Not recommended situations:
-The core requirement is in-depth document analysis research (recommended RAGFlow)
-Requires Apache-2.0/MIT protocol for secondary commercial distribution (RAGFlow or Dify recommended)
-Pure English/overseas markets (recommended Haystack)
-Requires highly customized LLM application development (recommended LangChain)
-Multi-Agent complex academic research is a core requirement (Agno/AgentScope recommended)
13. REFERENCE
-GitHub repository: https://github.com/1Panel-dev/MaxKB
-Official website: https://maxkb.cn
-Documentation: https://maxkb.cn/docs/v2/
-Update log: https://maxkb.cn/docs/v2/changelog/
-Version comparison: https://maxkb.cn/price
-All-in-one: https://maxkb.cn/appliance
-MaxKB vs RAGFlow:https://maxkb.cn/maxkb-vs-ragflow
-Community Forum: https://bbs.fit2cloud.com/c/mk/11
-Fly to Cloud Blog (MaxKB Classification):https://blog.fit2cloud.com/categories/maxkb
-B station demo video: https://www.bilibili.com/video/BV1vpamzREeS/
-Training certification: https://edu.fit2cloud.com/
-Technical Support Email: support@fit2cloud.com
-Customer service telephone number: 400-052-0755
- analysis date: 2026-07-02 | data aging: GitHub information is pulled in real time, product functions are based on official document v2.10.2-lts *