mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
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:
10
README_zh.md
10
README_zh.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user