mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 00:11:14 +00:00

* 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>
7 lines
282 B
YAML
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.
|