FEA-Bench / testbed /deepset-ai__haystack /releasenotes /notes /async-component-support-machinery-6ea4496241aeb3b2.yaml
hc99's picture
Add files using upload-large-folder tool
ce676f7 verified
raw
history blame
263 Bytes
---
features:
- |
Extend core component machinery to support an optional asynchronous `run_async` method in components.
If it's present, it should have the same parameters (and output types) as the run method and must be
implemented as a coroutine.