haystack/releasenotes/notes/allow-simplified-pipeline-run-input-e3dd98ff38f0bc01.yaml
Vladimir Blagojevic b9bf83bbef
feat: Allow flat dictionary Pipeline.run() inputs (#6413)
* Initial implementation, release note, update API and unit test
---------

Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>
Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
2023-11-30 14:37:55 +01:00

7 lines
282 B
YAML

---
preview:
- |
Adds option to run pipelines without specifying component inputs and their corresponding key/value pairs. Instead,
provide the input keys/values directly, and the pipeline's internal mechanisms will automatically determine the
appropriate components.