This commit is contained in:
Florinda
2024-10-09 11:28:17 +02:00

View File

@@ -22,14 +22,6 @@ 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