From a6d3030189e62983c43359477a548a0070699e4d Mon Sep 17 00:00:00 2001 From: Liuyang <2746366019@qq.com> Date: Wed, 5 Mar 2025 09:27:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E5=92=8C=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=BA=93=E5=90=91=E9=87=8F=E5=B5=8C=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新日志文件路径为具体的本地路径 - 将知识库向量嵌入地址从36.103.199.248 更改为 18.210.203.44 --- yudao-server/src/main/resources/application-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 153ea342d..99abc0d45 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -263,7 +263,7 @@ llm: #支持多个文件id查询向量 GET rag_query_multiple: http://36.103.199.248:8123/query_multiple # 知识库向量嵌入 - embed: http://36.103.199.248:8123/embed + embed: http://18.210.203.44:8123/embed # 知识库查询 embed_query: http://36.103.199.248:8123/query