From 6da90e22966f17ee08d6cc63949404682a5245bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Thu, 9 Apr 2026 17:27:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=BB=98=E8=AE=A4=E6=A3=80=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E6=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 rag.engine 默认值切换为 lucene - 补充知识检索相关配置注释 --- .../easyflow-starter-all/src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml index 17b462f..0efc39c 100644 --- a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml +++ b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml @@ -208,7 +208,9 @@ jetcache: # 多路召回搜索引擎配置 rag: - engine: ES + # 搜索引擎选择,lucene/ES + engine: lucene + # 向量数据库配置 milvus: uri: http://127.0.0.1:39530 databaseName: default @@ -216,6 +218,7 @@ rag: username: easyflowadmin password: easyflowadmin123 autoCreateCollection: true + # 搜索引擎配置 searcher: lucene: indexDirPath: /Users/slience/data/easyflow/luceneKnowledge