haystack/releasenotes/notes/pipeline-same-input-ref-different-components-68d74cb17b35f8db.yaml

6 lines
234 B
YAML
Raw Normal View History

---
fixes:
- |
Previously, when using the same input reference in different components, the Pipeline run logic had an
unexpected behavior. This has been fixed by deepcopying the inputs before passing them to the components.