Load of refactor

This commit is contained in:
andrea.terzani
2024-10-07 08:53:46 +02:00
parent 8a9f49ff4a
commit be687ca3cb
20 changed files with 549 additions and 132 deletions

View File

@@ -16,4 +16,20 @@ spring.main.allow-circular-references=true
neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
neo4j.username=neo4j
neo4j.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
neo4j.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
spring.neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
spring.neo4j.authentication.username=neo4j
spring.neo4j.authentication.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
spring.ai.vectorstore.neo4j.database-name:neo4j
spring.ai.vectorstore.neo4j.initialize-schema:true
spring.ai.vectorstore.neo4j.label:Document
spring.ai.vectorstore.neo4j.embedding-property:embedding
spring.ai.vectorstore.neo4j.index-name:spring-ai-document-index
spring.main.allow-bean-definition-overriding=true
logging.level.org.springframework.ai.chat.client.advisor=DEBUG