From c1e4cd450919060c8a2fe194e661dbaa911db1f4 Mon Sep 17 00:00:00 2001 From: Liuyang <2746366019@qq.com> Date: Wed, 5 Mar 2025 10:50:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(yudao-server):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93=E5=90=91=E9=87=8F=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将知识库向量嵌入服务地址从 http://18.210.203.44:8123/embed 修改为 http://36.103.199.248:8123/embed - 此修改统一了知识库向量嵌入和查询服务的主机地址 --- 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 99abc0d45..153ea342d 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://18.210.203.44:8123/embed + embed: http://36.103.199.248:8123/embed # 知识库查询 embed_query: http://36.103.199.248:8123/query