AI 增加 Chroma 向量库

This commit is contained in:
thinkgem
2025-03-20 21:30:49 +08:00
parent 1356893d4e
commit 0ee7337789
3 changed files with 49 additions and 34 deletions

View File

@@ -49,11 +49,17 @@
<artifactId>spring-ai-ollama-spring-boot-starter</artifactId>
</dependency>
<!-- PG 向量数据库 -->
<!-- Chroma 向量数据库 -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-chroma-store-spring-boot-starter</artifactId>
</dependency>
<!-- PG 向量数据库
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-pgvector-store-spring-boot-starter</artifactId>
</dependency>
</dependency> -->
<!-- ES 向量数据库
<dependency>