mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* add async promptnode * Remove unecessary calls to dict.keys() --------- Co-authored-by: Silvano Cerza <silvanocerza@gmail.com> Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
PromptNode can now be run asynchronously by calling the `arun` method.
|