Accessing Nodes
The Nodes panel is located on the right side of the AI Studio interface, below the Workflows list.
Available Nodes
Logic Nodes
AI & Reasoning Nodes
Data & Content Nodes
Configuring Nodes
Click on any node in the canvas to open its configuration panel. The available settings depend on the node type:- Inputs/Outputs: Define what data flows into and out of the node.
- Parameters: specific settings for the node’s behavior (e.g., model selection, prompt templates).
Data Flow Between Nodes
Nodes communicate by passing data through connections. Each node can produce outputs that become available as inputs to downstream nodes.How It Works
-
Outputs: When a node executes, it produces one or more output variables. For example, a Knowledge node produces
documents,texts, andimagesoutputs. - Connections: Draw a line from a source node’s output handle to a destination node’s input handle to establish a data flow.
-
Variable Selection: In the destination node’s configuration, use the Input variable selector to choose:
- Comparison Type: Select “Node” to reference another node’s output.
- Node: Choose which upstream node to pull data from.
- Output Variable: Select which specific output to use (e.g.,
documentsvstexts).
Common Patterns
The ReAct node has built-in retrieval capabilities configured as tools within the node itself, so it typically doesn’t require a separate Knowledge node upstream.