From 6e91637ef240bbeebdc6f9b08edae214b23ad97e Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Sat, 12 Jul 2025 12:50:14 +0800 Subject: [PATCH] RAG --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9f57181..19bb20d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,5 +10,8 @@ langchain4j: chat-model: model-name: qwen-max api-key: + embedding-model: + model-name: text-embedding-v4 + api-key: server: port: 8888 \ No newline at end of file