Files
spring-ai/vector-stores
Michael J. Simons 560315ccfc refactor: Use Neo4j transactional functions.
This change uses `session.executeWrite` and `session.executeRead` to interact with the database.
Those methods use build-in retries for several Neo4j specific error states.
Doing will improve the overall user experience in this case as the no other external retry mechanism should be used.
Doing so is fine, as the Neo4j vector store is not subject to Springs general transaction management.
2024-11-03 12:57:42 +01:00
..