Getting Started
To begin building your workflow
- Go to the Node Library on the right panel.
- Open the Source section.
- Select and drag your preferred data source (e.g., Google Drive, AWS S3) onto the canvas.
- Continue adding nodes to process, embed, or store your data.
Connecting Nodes
To build your pipeline
Identify Connection Points
Each node displays small circular ports labeled by data type (e.g., Data, Text, Table). These ports are used to send and receive specific types of content.
Draw a Connection
- Click and drag from a port on one node (ex Data)
- Drop the line on a compatible port of another node (ex Data)
NOTE – Ensure that the port types match. For example, Text should connect to Text, not Audio or Table
Example Flows
- Google Drive → Data → Data – Parser
- Data – Parser → Text → Preprocessor – General Text
Removing a Connection
To delete a connection
- Hover your mouse over the line between two nodes.
- A small trash bin icon will appear on the line.
- Click the trash icon to remove the link.
Previewing Node Options
You can explore what data is available or inspect the outputs of a specific node
- Click the Port – Click directly on the port (ex Text on the Parser node) to activate the preview.
- The Right-Side Panel will update to show
- The preview of the data flowing through that port.
- An “Add a Node” button to insert a new node connected to that output.
Best Practices
- Use the preview feature to validate intermediate outputs before adding further nodes.
- Break complex pipelines into stages for better organization and testing.