Aggiunta della dipendenza spring-ai-chroma-store e configurazione delle proprietà per il client Chroma

This commit is contained in:
andrea.terzani
2024-11-26 12:31:49 +01:00
parent dbeb7e4a64
commit 8b591dbecf
2 changed files with 13 additions and 3 deletions

View File

@@ -60,6 +60,10 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-azure-store</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-chroma-store</artifactId>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>