This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Discussion on AsyncPipeline and async-enabled components
#152
Closed
julian-risch
started this conversation in
General
Replies: 3 comments 3 replies
|
The notebook is published as cookbook now 👉 https://haystack.deepset.ai/cookbook/async_pipeline |
1 reply
|
Can all document stores be used with async retrievers? Or is this limited to certain classes such as the in-memory document store for now? If so, when do you plan to add support for other stores, I'm particularly interested in the pgvector one :) Thanks. |
2 replies
|
This experiment was adopted into Haystack in version 2.10. With version 2.11 we rolled out run_async implementations for all retrievers and ChatGenerators in the core repository and we are continuing with retrievers and chat generators in haystack-core-integrations. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is the discussion board for the experimental AsyncPipeline class and async-enabled components.
This experiment allows individual components to opt into async support. Not all components benefit from being async-enabled - I/O-bound components are the most suitable candidates. It also provides a backward-compatible way to execute Haystack pipelines containing both async and non-async components.
🧑🍳 Try the notebook here
All reactions