mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-06 03:47:22 +00:00
7 lines
307 B
YAML
7 lines
307 B
YAML
|
|
---
|
||
|
|
preview:
|
||
|
|
- |
|
||
|
|
Add `ConditionalRouter` component to enhance the conditional pipeline routing capabilities.
|
||
|
|
The `ConditionalRouter` component orchestrates the flow of data by evaluating specified route conditions
|
||
|
|
to determine the appropriate route among a set of provided route alternatives.
|