From aa92d232bb49a275838a74ba9d28d9448ad188c6 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期四, 08 五月 2025 10:41:01 +0800 Subject: [PATCH] feat: Weaviate操作向量库功能优化 --- ruoyi-modules-api/ruoyi-knowledge-api/pom.xml | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml index cb35d34..8d7d396 100644 --- a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml +++ b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml @@ -48,17 +48,17 @@ </dependency> <!-- milvus java sdk --> - <dependency> - <groupId>io.milvus</groupId> - <artifactId>milvus-sdk-java</artifactId> - <version>2.3.2</version> - </dependency> +<!-- <dependency>--> +<!-- <groupId>io.milvus</groupId>--> +<!-- <artifactId>milvus-sdk-java</artifactId>--> +<!-- <version>2.3.2</version>--> +<!-- </dependency>--> - <dependency> - <groupId>io.weaviate</groupId> - <artifactId>client</artifactId> - <version>4.0.0</version> - </dependency> +<!-- <dependency>--> +<!-- <groupId>io.weaviate</groupId>--> +<!-- <artifactId>client</artifactId>--> +<!-- <version>4.0.0</version>--> +<!-- </dependency>--> <dependency> @@ -86,7 +86,12 @@ <dependency> <groupId>dev.langchain4j</groupId> - <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId> + <artifactId>langchain4j-open-ai</artifactId> + </dependency> + + <dependency> + <groupId>dev.langchain4j</groupId> + <artifactId>langchain4j-ollama</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3