Skip to content

Commit 7ecff4d

Browse files
authored
fix: 知识库上传知识库文件报错 (spring-ai-alibaba#256)
1 parent 5efb008 commit 7ecff4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<druid.version>1.2.22</druid.version>
5555
<postgresql.version>42.4.1</postgresql.version>
5656
<commons-collections.version>3.2.1</commons-collections.version>
57+
<commons-io.version>2.18.0</commons-io.version>
5758
<commonmark.version>0.17.0</commonmark.version>
5859
<httpclient5.version>5.4.1</httpclient5.version>
5960
<commons-compress.version>1.27.1</commons-compress.version>
@@ -132,6 +133,11 @@
132133
<artifactId>commons-collections</artifactId>
133134
<version>${commons-collections.version}</version>
134135
</dependency>
136+
<dependency>
137+
<groupId>commons-io</groupId>
138+
<artifactId>commons-io</artifactId>
139+
<version>${commons-io.version}</version>
140+
</dependency>
135141
<dependency>
136142
<groupId>com.atlassian.commonmark</groupId>
137143
<artifactId>commonmark</artifactId>
@@ -229,7 +235,7 @@
229235
<dependencies>
230236
<!-- 在这里可以替换vector-store -->
231237
<!-- 如果不使用默认依赖的话,需要手动配置application.yml -->
232-
<!-- 统一openai接入以支持多厂商-->
238+
<!-- 统一openai接入以支持多厂商-->
233239
<dependency>
234240
<groupId>org.springframework.ai</groupId>
235241
<artifactId>spring-ai-openai</artifactId>

0 commit comments

Comments
 (0)