Go to file
zstar 3934e34b1a 增加后台管理系统 2025-03-28 22:45:42 +08:00
agent 首次提交 2025-03-24 11:19:28 +08:00
agentic_reasoning 首次提交 2025-03-24 11:19:28 +08:00
api 首次提交 2025-03-24 11:19:28 +08:00
assets 首次提交 2025-03-24 11:19:28 +08:00
conf 首次提交 2025-03-24 11:19:28 +08:00
deepdoc 首次提交 2025-03-24 11:19:28 +08:00
docker 修复搜索界面样式,更新README文档; 2025-03-27 12:55:01 +08:00
docs 首次提交 2025-03-24 11:19:28 +08:00
example 首次提交 2025-03-24 11:19:28 +08:00
graphrag 首次提交 2025-03-24 11:19:28 +08:00
helm 首次提交 2025-03-24 11:19:28 +08:00
intergrations 首次提交 2025-03-24 11:19:28 +08:00
management 增加后台管理系统 2025-03-28 22:45:42 +08:00
rag 首次提交 2025-03-24 11:19:28 +08:00
sdk/python 首次提交 2025-03-24 11:19:28 +08:00
web 增加后台管理系统 2025-03-28 22:45:42 +08:00
.gitattributes 首次提交 2025-03-24 11:19:28 +08:00
.gitignore 修改logo和Title 2025-03-27 12:58:32 +08:00
CONTRIBUTING.md 首次提交 2025-03-24 11:19:28 +08:00
Dockerfile 首次提交 2025-03-24 11:19:28 +08:00
Dockerfile.deps 首次提交 2025-03-24 11:19:28 +08:00
Dockerfile.scratch.oc9 首次提交 2025-03-24 11:19:28 +08:00
LICENSE 首次提交 2025-03-24 11:19:28 +08:00
README.md 增加后台管理系统 2025-03-28 22:45:42 +08:00
download_deps.py 首次提交 2025-03-24 11:19:28 +08:00
package-lock.json 首次提交 2025-03-24 11:19:28 +08:00
pyproject.toml 首次提交 2025-03-24 11:19:28 +08:00
requirements.txt 首次提交 2025-03-24 11:19:28 +08:00
show_env.sh 首次提交 2025-03-24 11:19:28 +08:00
uv.lock 首次提交 2025-03-24 11:19:28 +08:00

README.md

Ragflow-Plus

项目介绍

在原有 Ragflow 的基础中,该项目做了一些二开,以解决实际应用中的一些痛点。

名字说明

Ragflow-Plus该名字不是说比 Ragflow 项目牛的意思,而是对标 Dify-Plus 作为 Ragflow 的二开项目,以解决行业应用时共同的痛点问题。

新增功能介绍

一. 用户后台管理系统

移除原登陆页用户注册的通道,搭建用户后台管理系统,可对用户进行管理,包括用户注册、查询、删除、修改等功能。

二. 优化对话显示

微调了对话界面的样式,使其观感更为友好

三. 文档撰写功能

新增文档撰写全新的交互方式,支持直接导出为 Word 文档

使用方式

前端文件替换

  1. 克隆项目
git clone https://github.com/zstar1003/ragflow-plus.git
  1. 打包web文件
cd web
npm run build
  1. 进入到容器,删除容器中已有的/ragflow/web/dist文件
docker exec -it ragflow-server /bin/sh
rm -rf /ragflow/web/dist
  1. 将打包好的web文件拷贝到容器中
docker cp dist ragflow-server:/ragflow/web/

管理系统运行

Agent功能恢复

由于在我的应用场景中不需要Agent功能故隐藏了Agent按钮的入口如需恢复Agent功能可修改web\src\layouts\components\header\index.tsx,对以下内容取消注释:

{ path: '/flow', name: t('flow'), icon: GraphIcon },

同时可将排列样式进行重置,以还原原本的样式布局,修改web\src\layouts\components\header\index.less文件替换为ragflow原始样式https://github.com/infiniflow/ragflow/blob/main/web/src/layouts/components/header/index.less

Todo List

  • 搭建用户后台管理

  • 知识库批量上传解析

  • 文档撰写图表支持

交流群

如果有其它需求或问题建议,可加入交流群进行讨论

交流群

License

版权说明:本项目在 Ragflow 项目基础上进行二开,需要遵守 Ragflow 的开源协议,如下

This repository is available under the Ragflow Open Source License, which is essentially Apache 2.0 with a few additional restrictions.

鸣谢

本项目基于以下开源项目开发: