恢复微信模块,优化知识库切片功能

This commit is contained in:
ageerle
2025-09-19 14:50:02 +08:00
parent afc1272ff5
commit 6462752fd6
6 changed files with 65 additions and 452 deletions

View File

@@ -87,6 +87,18 @@
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-document-parser-apache-tika</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 显式指定兼容的 commons-compress 版本 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>