Discussion on AsyncPipeline
and async-enabled components
#152
Replies: 3 comments 3 replies
-
The notebook is published as cookbook now 👉 https://haystack.deepset.ai/cookbook/async_pipeline |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions