diff --git a/deploy/chart/euler_copilot/configs/rag/.env b/deploy/chart/euler_copilot/configs/rag/.env index 46965ad116d2da214f7ff3ef2c904dc314223cb6..f7520d576bb3671ef388aba00817ddada78fee61 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 b68c5ed901e6d995ac430503754078323f51d720..25bf01df19cb68910d2fb8704d6ba43517892a38 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