From 2ef806aa64f20cad1d061626ac2cb9824cf26305 Mon Sep 17 00:00:00 2001 From: matevip Date: Wed, 13 May 2026 07:39:27 +0800 Subject: [PATCH] chore(deps): bump Spring AI 1.1.5 -> 1.1.6 and Spring AI Alibaba 1.1.2.2 -> 1.1.2.3 --- mateclaw-server/pom.xml | 8 ++++---- .../vip/mate/llm/embedding/EmbeddingModelFactory.java | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mateclaw-server/pom.xml b/mateclaw-server/pom.xml index a2dd0b4c..5b39f8b2 100644 --- a/mateclaw-server/pom.xml +++ b/mateclaw-server/pom.xml @@ -22,10 +22,10 @@ 21 UTF-8 - - 1.1.5 - - 1.1.2.2 + + 1.1.6 + + 1.1.2.3 3.5.16 5.8.26 2.8.16 diff --git a/mateclaw-server/src/main/java/vip/mate/llm/embedding/EmbeddingModelFactory.java b/mateclaw-server/src/main/java/vip/mate/llm/embedding/EmbeddingModelFactory.java index 82b83347..a8436f95 100644 --- a/mateclaw-server/src/main/java/vip/mate/llm/embedding/EmbeddingModelFactory.java +++ b/mateclaw-server/src/main/java/vip/mate/llm/embedding/EmbeddingModelFactory.java @@ -2,8 +2,8 @@ package vip.mate.llm.embedding; import com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeConnectionProperties; import com.alibaba.cloud.ai.dashscope.api.DashScopeApi; -import com.alibaba.cloud.ai.dashscope.embedding.DashScopeEmbeddingModel; -import com.alibaba.cloud.ai.dashscope.embedding.DashScopeEmbeddingOptions; +import com.alibaba.cloud.ai.dashscope.embedding.text.DashScopeEmbeddingModel; +import com.alibaba.cloud.ai.dashscope.embedding.text.DashScopeEmbeddingOptions; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.ai.document.MetadataMode;