haystack/releasenotes/notes/pipeline-intermediate-outputs-7cb8e71f79532ec1.yaml
Madeesh Kannan fd84cd5f9a
feat: Add support for returning intermediate outputs of pipeline components (#7504)
* 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>
2024-04-10 17:16:00 +02:00

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.