mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-08 10:14:35 +08:00
7f85a5776e
add model config guide word and picture add teams guide words
593 B
593 B
sidebar_position, slug, sidebar_custom_props
| sidebar_position | slug | sidebar_custom_props | ||
|---|---|---|---|---|
| 4 | /component_connection_rules |
|
Component Connection Rules
Connections define component execution order. Sequential components run along a single path. Branch components such as Switch and Categorize route workflows to different exits according to conditions. Iteration executes sub-processes in loops. Components not connected to the execution path will not run. Before deleting a component, check upstream/downstream connections and variable references to avoid missing inputs for subsequent nodes.