mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added description of the Concentrator component (#4549)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -19,7 +19,7 @@ A **Switch** component is essential for condition-based direction of execution f
|
||||
|
||||
### Case n
|
||||
|
||||
A **Switch** component must have at least one case, each with multiple specified conditions and corresponding downstream components. When multiple conditions are specified for a case, you must set the logical relationship between them to either AND or OR.
|
||||
A **Switch** component must have at least one case, each with multiple specified conditions and *only one* downstream component. When multiple conditions are specified for a case, you must set the logical relationship between them to either AND or OR.
|
||||
|
||||
#### Next step
|
||||
|
||||
|
||||
Reference in New Issue
Block a user