mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* feat: Add support for returning intermediate outputs of pipeline components The `pipeline.run` method has been extended to accept a set of component names whose inputs are returned in addition to the outputs of leaf components. * Add reno * Lint --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
6 lines
161 B
YAML
6 lines
161 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
`pipeline.run` accepts a set of component names whose intermediate outputs are returned in the final
|
|
pipeline output dictionary.
|