mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 19:44:45 +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:
@@ -24,6 +24,7 @@ SELECTED_SEARCH_ENGINE = os.getenv("SEARCH_API", SearchEngine.TAVILY.value)
|
||||
class RAGProvider(enum.Enum):
|
||||
RAGFLOW = "ragflow"
|
||||
VIKINGDB_KNOWLEDGE_BASE = "vikingdb_knowledge_base"
|
||||
MOI = "moi"
|
||||
MILVUS = "milvus"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user