Skip to content

Allow async driver in retrievers #406

@psa-hms

Description

@psa-hms

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions