From ea09421b0e42e0f4aaefa307055afc4fb48d7522 Mon Sep 17 00:00:00 2001
From: ageerle <ageerle@163.com>
Date: 星期五, 07 三月 2025 09:56:15 +0800
Subject: [PATCH] 增加知识库配置属性

---
 ruoyi-admin/src/main/resources/application.yml |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index bbaec24..2617356 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -310,11 +310,6 @@
 
   #  浼佷笟寰俊搴旂敤
 wechat:
-  #  鏄惁浣跨敤寰俊 true/false
-  enable: true
-  #  鐢熸垚鐨勭櫥褰曚簩缁寸爜璺緞 榛樿涓庨」鐩悓绾�
-  qrPath: "./"
-  #  浼佷笟寰俊搴旂敤
   cp:
     corpId:
     appConfigs:
@@ -323,28 +318,5 @@
         token:   ''
         aesKey: ''
 
-# 鐭ヨ瘑搴撻厤缃�
-chain:
-  split:
-    chunk:
-      endspliter: "<STOP>"
-      # 鍒嗗潡鏂囨湰澶у皬
-      size: 200
-      overlay: 30
-      qaspliter: "###"
-  # 鐭ヨ瘑搴撲腑妫�绱㈢殑鏉℃暟
-  limits: 5
-  vector:
-    model: 'text-embedding-3-small'
-    store:
-      type: weaviate
-      weaviate:
-        protocol: http
-        host: 127.0.0.1:6038
-        classname: LocalKnowledge
-      milvus:
-        host: 127.0.0.1
-        port: 19530
-        dimension: 1536
-        collection: LocalKnowledge
+
 

--
Gitblit v1.9.3