From 0b40aadc2622b9e3509c3f8d71194c00aa6b223f Mon Sep 17 00:00:00 2001 From: zhangyale <1194926515@qq.com> Date: Thu, 23 Jan 2025 02:36:47 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rag=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangyale <1194926515@qq.com> --- deploy/chart/euler_copilot/configs/rag/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/euler_copilot/configs/rag/.env b/deploy/chart/euler_copilot/configs/rag/.env index 83851d56..9f36cc1f 100644 --- a/deploy/chart/euler_copilot/configs/rag/.env +++ b/deploy/chart/euler_copilot/configs/rag/.env @@ -25,7 +25,7 @@ TASK_RETRY_TIME=3 # Embedding Service {{- if .Values.euler_copilot.rag.vectorize.use_internal }} -REMOTE_EMBEDDING_ENDPOINT=http://vectorize-agent-service-{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:8001 +REMOTE_EMBEDDING_ENDPOINT=http://vectorize-agent-service-{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:8001/embedding {{- else }} REMOTE_EMBEDDING_ENDPOINT={{ .Values.euler_copilot.rag.vectorize.url }} {{- end }} -- Gitee