parent
d6c98e440f
commit
8677e1dd5a
10
README.md
10
README.md
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
## 项目介绍
|
## 项目介绍
|
||||||
|
|
||||||
在原有 Ragflow 的基础中,该项目做了一些二开,以解决实际应用中的一些痛点。
|
Ragflow-Plus 是一个基于 Ragflow 的开源项目,主旨是在不影响 Ragflow 原有功能的基础上,提供一些新的功能,以解决实际应用中的一些痛点。
|
||||||
|
|
||||||
## 名字说明
|
|
||||||
Ragflow-Plus,该名字不是说比 Ragflow 项目牛的意思,而是对标 Dify-Plus 作为 Ragflow 的二开项目,以解决行业应用时共同的痛点问题。
|
|
||||||
|
|
||||||
## 新增功能介绍
|
## 新增功能介绍
|
||||||
|
|
||||||
|
@ -85,6 +82,11 @@ pnpm dev
|
||||||
|
|
||||||
浏览器访问启动后的地址,即可进入系统。
|
浏览器访问启动后的地址,即可进入系统。
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="assets/management.png" alt="用户后台管理系统">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
## Agent功能恢复
|
## Agent功能恢复
|
||||||
|
|
||||||
由于在我的应用场景中,不需要Agent功能,故隐藏了Agent按钮的入口,如需恢复Agent功能,可修改`web\src\layouts\components\header\index.tsx`,对以下内容取消注释:
|
由于在我的应用场景中,不需要Agent功能,故隐藏了Agent按钮的入口,如需恢复Agent功能,可修改`web\src\layouts\components\header\index.tsx`,对以下内容取消注释:
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -84,7 +84,7 @@ SVR_HTTP_PORT=9380
|
||||||
# RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.0-slim
|
# RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.0-slim
|
||||||
#
|
#
|
||||||
# To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
|
# To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
|
||||||
RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.0
|
RAGFLOW_IMAGE=infiniflow/ragflow:v0.17.2
|
||||||
#
|
#
|
||||||
# The Docker image of the v0.17.0 edition includes:
|
# The Docker image of the v0.17.0 edition includes:
|
||||||
# - Built-in embedding models:
|
# - Built-in embedding models:
|
||||||
|
|
Loading…
Reference in New Issue