Go to file
朱潮 5da36659c2 修复音视频处理的关键问题
1. 修复Paragraph模型构造错误:
   - 将meta参数改为status_meta
   - 添加必需的knowledge_id参数

2. 修复使用demo数据的问题:
   - 移除所有demo数据生成代码
   - 改为调用实际的音频处理逻辑
   - 通过MediaSplitHandle进行实际处理

3. 增强MediaSplitHandle功能:
   - 支持实际处理和默认文本两种模式
   - 根据use_actual_processing参数选择处理方式
   - 保持向后兼容性

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 01:44:54 +08:00
.github refactor: remove vite-plugin-compression as gzip is enabled in django. 2025-08-21 10:39:54 +08:00
.idea chore: Add icon for JetBrains Toolbox 2024-03-26 22:08:01 +08:00
apps 修复音视频处理的关键问题 2025-08-31 01:44:54 +08:00
common/handle/impl/text modify file status 2025-08-29 09:29:02 +08:00
dev docker compose 2025-08-25 11:12:20 +08:00
installer wqMerge branch 'moshui20250821' of http://192.168.101.129:8418/zhuchaowe/maxkb into moshui20250821 2025-08-25 18:44:19 +08:00
ui modify file status 2025-08-29 09:29:02 +08:00
uploads add mineru 2025-08-24 00:56:02 +08:00
.dockerignore fix: update Dockerfile to install dependencies from pyproject.toml and adjust .dockerignore 2025-08-19 16:01:51 +08:00
.env.example add mineru 2025-08-24 00:56:02 +08:00
.env.test add mineru 2025-08-24 00:56:02 +08:00
.gitignore docker compose 2025-08-25 11:12:20 +08:00
CODE_OF_CONDUCT.md midyf model_id 2025-08-27 00:38:41 +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
main.py refactor: fix HF_HOME. 2025-07-03 18:53:47 +08:00
MINERU_INTEGRATION_REVIEW.md os error 2025-08-27 11:16:30 +08:00
MINERU_STORAGE_README.md add mineru 2025-08-24 17:45:40 +08:00
pyproject.toml add mineru 2025-08-24 00:56:02 +08:00
README_CN.md Update README_CN.md 2025-07-17 14:11:49 +08:00
README.md os error 2025-08-27 11:16:30 +08:00
rebuild-docker.sh add log 2025-08-27 01:23:26 +08:00
SECURITY.md doc: add some md files. 2025-07-17 14:42:23 +08:00
start-docker.sh docker compose 2025-08-25 11:25:47 +08:00
test_async_simple.py add mineru 2025-08-24 00:56:02 +08:00
test_celery_recursion_fix.py 添加Celery递归调用修复测试 2025-08-31 01:33:38 +08:00
test_celery_tasks.py 添加Celery任务注册测试 2025-08-31 01:09:32 +08:00
test_config_chain.py midyf model_id 2025-08-26 14:48:14 +08:00
test_config_simple.py midyf model_id 2025-08-26 13:48:07 +08:00
test_django_celery_fix.py 添加Django应用启动和Celery任务注册测试 2025-08-31 01:25:29 +08:00
test_image_access.py add mineru 2025-08-24 17:45:40 +08:00
test_maxkb_adapter.py add mineru 2025-08-24 00:56:02 +08:00
test_media_processing.py modify file status 2025-08-29 09:29:02 +08:00
test_mineru_async_fix.py add mineru 2025-08-24 00:56:02 +08:00
test_mineru_real.py add mineru 2025-08-24 00:56:02 +08:00
test_mineru.py add mineru 2025-08-24 00:56:02 +08:00
test_model_config.py midyf model_id 2025-08-26 13:48:07 +08:00
test_storage_simple.py add mineru 2025-08-24 17:45:40 +08:00
test_storage.py add mineru 2025-08-24 17:45:40 +08:00
test_url_fix.py docker platform adapter 2025-08-25 19:39:23 +08:00
test_url_simple.py docker platform adapter 2025-08-25 19:39:23 +08:00
USE-CASES.md doc: add some md files. 2025-07-17 14:42:23 +08:00

</Users/moshui/Documents/felo/moshui/MaxKB/apps/common/handle/impl/mineru/Users/moshui/Documents/felo/moshui/MaxKB/apps/common/handle/impl/minerup align="center">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.