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

@@ -41,6 +41,12 @@ TAVILY_API_KEY=tvly-xxx
# RAGFLOW_RETRIEVAL_SIZE=10
# RAGFLOW_CROSS_LANGUAGES=English,Chinese,Spanish,French,German,Japanese,Korean # Optional. To use RAGFlow's cross-language search, please separate each language with a single comma
# MOI is a hybrid database that mainly serves enterprise users (https://www.matrixorigin.io/matrixone-intelligence)
# 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
# RAG_PROVIDER: milvus (using free milvus instance on zilliz cloud: https://docs.zilliz.com/docs/quick-start )
# RAG_PROVIDER=milvus