Go to file
zstar 8e2dfdd116 build(deploy): 更新 Docker 镜像版本为v0.4.0
- 将 Docker 镜像版本从 v0.3.0 升级到 v0.4.0
- 更新 management 服务依赖版本
- 优化 requirements.txt 中的依赖版本
2025-06-06 00:01:18 +08:00
.github fix:修复图像文本块关联异常问题 (#78) 2025-05-11 21:28:39 +08:00
agent refactor(agent): 移除 deepdoc 相关代码,防止误导deepwiki 2025-06-05 10:13:36 +08:00
agentic_reasoning up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00
api Merge branch 'main' of https://github.com/zstar1003/ragflow-plus 2025-06-05 14:36:41 +08:00
assets fix: 更新README和CI配置,注释vllm容器 2025-05-06 22:21:08 +08:00
conf up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00
docker build(deploy): 更新 Docker 镜像版本为v0.4.0 2025-06-06 00:01:18 +08:00
docs docs: 更新FAQ文档,并同步mineru的版本更新 2025-05-24 21:11:39 +08:00
example 首次提交 2025-03-24 11:19:28 +08:00
graphrag up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00
helm up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00
intergrations refactor(plugins): 修复自动化测试报错遗留项 2025-04-01 00:40:37 +08:00
management build(deploy): 更新 Docker 镜像版本为v0.4.0 2025-06-06 00:01:18 +08:00
rag refactor(agent): 移除 deepdoc 相关代码,防止误导deepwiki 2025-06-05 10:13:36 +08:00
sdk/python refactor: 移除未使用的导入和冗余代码,修复自动化测试报错 (#9) 2025-04-01 00:37:22 +08:00
web build(deploy): 更新 Docker 镜像版本为v0.4.0 2025-06-06 00:01:18 +08:00
.dockerignore refactor(docker): 重构Docker配置以优化镜像构建和管理 (#37) 2025-04-19 20:43:46 +08:00
.gitattributes 首次提交 2025-03-24 11:19:28 +08:00
.gitignore refactor(tokenizer): 实现解析分词,和原版分词同步 2025-06-01 20:46:29 +08:00
CONTRIBUTING.md docs: 创建官网,更新文档 (#67) 2025-04-30 17:29:03 +08:00
Dockerfile refactor(agent): 移除 deepdoc 相关代码,防止误导deepwiki 2025-06-05 10:13:36 +08:00
LICENSE 切换 LICENSE 2025-04-17 10:02:50 +08:00
README.md docs(README): 更新 Docker Compose 运行指南 2025-05-31 14:09:18 +08:00
README_EN.md refactor: 更新版本至v0.3.0 2025-05-17 20:32:21 +08:00
bulid_order.txt build(deploy): 更新 Docker 镜像版本为v0.4.0 2025-06-06 00:01:18 +08:00
pyproject.toml feat(file): 支持文件夹上传 2025-06-05 11:17:14 +08:00
requirements.txt build(deploy): 更新 Docker 镜像版本为v0.4.0 2025-06-06 00:01:18 +08:00
show_env.sh 首次提交 2025-03-24 11:19:28 +08:00
uv.lock build: 更新Dockerfile并添加pyproject.toml配置文件(issue #46) 2025-04-23 16:03:49 +08:00

README_EN.md

Ragflow-Plus

🌟 Introduction

Ragflow-Plus is a secondary development project based on Ragflow, aiming to address practical application issues with the following features:

  • Management Mode
    An additional backend management system is provided for user, team, config, file, and knowledge base management.

  • Permission Restriction
    The frontend interface is simplified by reducing user access permissions.

  • Enhanced Parsing
    Replaces the DeepDoc algorithm with MinerU for improved file parsing and support for image analysis.

  • Image & Text Output
    Supports linking reference images to answer text blocks during responses.

  • Document Writing Mode
    Offers a brand-new interactive document editing experience.

🎬 Demo Video & Tutorial:

Ragflow-Plus Project Overview & Guide

📥 How to Use

1. Run with Docker Compose

Run from the root directory:

Using GPU:

docker compose -f docker/docker-compose_gpu.yml up -d

Using CPU::

docker compose -f docker/docker-compose.yml up -d

Access the frontend UI at: your-server-ip:80
Access the admin dashboard at: your-server-ip:8888

📘 Step-by-step tutorial: https://blog.csdn.net/qq1198768105/article/details/147475488

2. Run from Source Code (Docker is still required for MySQL, MinIO, Elasticsearch, etc.)

  1. Start the Admin System:
  • Start the backend: Navigate to management/server and run:
python app.py
  • Start the frontend: Navigate to management/web and run:
pnpm dev
  1. Start the Frontend Interaction System:
  • Start the backend: From the project root directory, run:
python -m api.ragflow_server
  • Start the frontend: Navigate to web and run:
pnpm dev

🛠️ How to Contribute

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 Community Group

If you have additional needs, suggestions, or questions, feel free to join our community group for discussion.

⚠️ Note: Since the group has over 200 members, QR code join is disabled. To join, please add me on WeChat (ID: zstar1003) and include the note "Join Group".

🚀 Acknowledgments

This project is developed based on the following open-source projects:

💻 Stay Updated

This project is under continuous development. Update logs will be posted on my WeChat public account [我有一计] — feel free to follow!

📜 License and Usage Restrictions

  1. This Repository is Licensed Under AGPLv3
    As it incorporates third-party AGPLv3 code, this project must fully comply with AGPLv3 terms. This means:

    • Any derivative works (including modifications or combined code) must remain under AGPLv3 with source code publicly available.
    • If provided as a network service, users are entitled to obtain the corresponding source code.
  2. Commercial Use

    • Allowed: This software is licensed under AGPLv3, permitting commercial use, including SaaS and on-premises deployment.
    • Unmodified Code: If used as-is (no modifications/derivative works), AGPLv3 compliance remains mandatory:
      • Provide complete source code (even if unaltered).
      • For network services, users must be able to download corresponding source code (AGPLv3 §13).
    • No Closed-Source Commercialization: To use modified versions without releasing source code commercially, written authorization from all copyright holders (including upstream AGPLv3 authors) is required.
  3. Disclaimer
    This project comes with no warranties. Users shall bear all compliance risks. Consult legal professionals for legal advice.

Star History

Stargazers over time