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.

Comment From: tzolov

Looks like an useful improvement thank you @michael-simons

Comment From: tzolov

Rebased and merged at 560315ccfc4ac823d2d7c3cc2a1983e22e58992e

Comment From: michael-simons

Thank you, @tzolov !