chore: 调整开发环境默认检索引擎

- 将 rag.engine 默认值切换为 lucene

- 补充知识检索相关配置注释
This commit is contained in:
2026-04-09 17:27:01 +08:00
parent cfbeaf11fe
commit 6da90e2296

View File

@@ -208,7 +208,9 @@ jetcache:
# 多路召回搜索引擎配置 # 多路召回搜索引擎配置
rag: rag:
engine: ES # 搜索引擎选择lucene/ES
engine: lucene
# 向量数据库配置
milvus: milvus:
uri: http://127.0.0.1:39530 uri: http://127.0.0.1:39530
databaseName: default databaseName: default
@@ -216,6 +218,7 @@ rag:
username: easyflowadmin username: easyflowadmin
password: easyflowadmin123 password: easyflowadmin123
autoCreateCollection: true autoCreateCollection: true
# 搜索引擎配置
searcher: searcher:
lucene: lucene:
indexDirPath: /Users/slience/data/easyflow/luceneKnowledge indexDirPath: /Users/slience/data/easyflow/luceneKnowledge