-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Hi :)
I noticed that the retrievers (e.g. Text2CypherRetriever, VectorCypherRetriever) only accept the synchronous version of the Neo4J driver.
We are refactoring our codebase and would like to move entirely to async execution instead of having to spawn threads in order to not block the whole application.
Because of the above mentioned limitation, we have to keep using both, the sync and async version of the Neo4J driver, which is not ideal.
Is an async version of these retrievers planned?
Thanks in advance for your answer :)
stellasia and Sinnaeve
Metadata
Metadata
Assignees
Labels
No labels