feat: support for moi in RAG module (#571)

* feat: add support for moi

* small adjust

* small adjust

* according 2 comments

* add more intro

* add more intro
This commit is contained in:
lele3436
2025-09-16 20:25:59 +08:00
committed by GitHub
parent ea0fe62971
commit 5085bf8ee9
6 changed files with 176 additions and 0 deletions

View File

@@ -183,6 +183,16 @@ DeerFlow 支持基于私有域知识的检索,您可以将文档上传到多
RAGFLOW_RETRIEVAL_SIZE=10
```
- **[MOI]**AI 原生多模态数据智能平台
```
# 参照示例进行配置 .env.example
RAG_PROVIDER=moi
MOI_API_URL="https://freetier-01.cn-hangzhou.cluster.matrixonecloud.cn"
MOI_API_KEY="xxx-xxx-xxx-xxx"
MOI_RETRIEVAL_SIZE=10
MOI_LIST_LIMIT=10
```
- **[VikingDB 知识库](https://www.volcengine.com/docs/84313/1254457)**:火山引擎提供的公有云知识库引擎
> 注意先从 [火山引擎](https://www.volcengine.com/docs/84313/1254485) 获取账号 AK/SK
```