From 25fc2cabfec8a79f01710d06d45a6ac2bf05863d Mon Sep 17 00:00:00 2001 From: z30057876 Date: Thu, 24 Apr 2025 19:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/chart/euler_copilot/configs/rag/.env | 2 +- deploy/chart/euler_copilot/templates/rag/rag-config.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/chart/euler_copilot/configs/rag/.env b/deploy/chart/euler_copilot/configs/rag/.env index 46965ad11..f7520d576 100644 --- a/deploy/chart/euler_copilot/configs/rag/.env +++ b/deploy/chart/euler_copilot/configs/rag/.env @@ -36,7 +36,7 @@ SESSION_TTL=1440 # PROMPT_PATH PROMPT_PATH=/rag-service/data_chain/common/prompt.yaml # Stop Words PATH -STOP_WORDS_PATH=/rag-service/data_chain/common/stop_words.txt +STOP_WORDS_PATH=/rag-service/data_chain/common/stopwords.txt #Security HALF_KEY1=${halfKey1} diff --git a/deploy/chart/euler_copilot/templates/rag/rag-config.yaml b/deploy/chart/euler_copilot/templates/rag/rag-config.yaml index b68c5ed90..25bf01df1 100644 --- a/deploy/chart/euler_copilot/templates/rag/rag-config.yaml +++ b/deploy/chart/euler_copilot/templates/rag/rag-config.yaml @@ -9,4 +9,6 @@ data: {{ tpl (.Files.Get "configs/rag/.env") . | indent 4}} .env-sql: |- {{ tpl (.Files.Get "configs/rag/.env-sql") . | indent 4}} + copy-config.yaml: |- +{{ tpl (.Files.Get "configs/rag/copy-config.yaml") . | indent 4}} {{- end -}} \ No newline at end of file -- Gitee