• Review the https://docs.spring.io/spring-ai/reference/api/vectordbs/neo4j.html documentation. Source: https://github.com/spring-projects/spring-ai/blob/main/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc

  • Review the neo4j boot auto-configuration: https://github.com/spring-projects/spring-ai/tree/main/spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/vectorstore/neo4j Shouldn't we consider using the existing Neo4j boot starter and auto-conf instead of re-implementing the driver configuration again?

Comment From: tzolov

@meistermeier here it is.

Comment From: meistermeier

I think going with an "optional driver configuration" section and explaining that otherwise the auto-configured bean will be used is the way to go. There is already no need to configure it manually. Will do this.

Comment From: tzolov

Resolved with ffcb84e