add other format for vector

This commit is contained in:
2026-03-17 00:03:01 +01:00
parent 30e69ccbb3
commit 69349a8788
5 changed files with 17 additions and 6 deletions

View File

@@ -137,6 +137,10 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-tika-document-reader</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>