diff --git a/pom.xml b/pom.xml index f0432bf..ccaa89b 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,10 @@ org.springframework.ai spring-ai-azure-store + + org.springframework.ai + spring-ai-chroma-store + org.neo4j.driver neo4j-java-driver diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f443bbf..6b6bdd9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,8 +15,8 @@ spring.ai.vectorstore.mongodb.indexName=vector_index spring.ai.vectorstore.mongodb.collection-name=vector_store spring.ai.vectorstore.mongodb.initialize-schema=false -spring.ai.vectorstore.azure.api-key=jxKqZvbMKuo1MwXs8ilEAeRDeswtoTXO1lWX600jP2AzSeDXo1nq -spring.ai.vectorstore.azure.url=https://search-olympus.search.windows.net +spring.ai.vectorstore.azure.api-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +spring.ai.vectorstore.azure.url=https://search-olympus.search.windows.net_old spring.ai.vectorstore.azure.initialize-schema =false @@ -58,4 +58,10 @@ eureka.instance.preferIpAddress: true hermione.fe.url = http://localhost:5173 java-parser-module.url: http://java-parser-module-service.olympus.svc.cluster.local:8080 - \ No newline at end of file +java-re-module.url: http://java-re-module-service.olympus.svc.cluster.local:8080 + +spring.ai.vectorstore.chroma.client.host=http://108.142.74.161 +spring.ai.vectorstore.chroma.client.port=8000 +spring.ai.vectorstore.chroma.client.key-token=nVYLh3eq92aJP4x08dNdWngilPG2ooj9 +spring.ai.vectorstore.chroma.initialize-schema=true +spring.ai.vectorstore.chroma.collection-name=olympus \ No newline at end of file