From fb492d41f3b1f085c6a5997e9c1356c329d892d2 Mon Sep 17 00:00:00 2001 From: zhangpengxiang <z18238879125@163.com> Date: 星期日, 11 五月 2025 10:55:33 +0800 Subject: [PATCH] 增加Excel文档加载功能,处理向量库管理createSchema方法WeaviateEmbeddingStore.builder().build();直接构建报错问题。 --- ruoyi-modules-api/ruoyi-knowledge-api/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml index f6412e1..83eac39 100644 --- a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml +++ b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml @@ -103,6 +103,18 @@ <version>1.19.6</version> </dependency> + <dependency> + <groupId>dev.langchain4j</groupId> + <artifactId>langchain4j-document-parser-apache-tika</artifactId> + </dependency> + + <!-- ruoyi-knowledge-api/pom.xml --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.17.0</version> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3