Building a Workflow

Getting Started

To begin building your workflow

  1. Go to the Node Library on the right panel.
  2. Open the Source section.
  3. Select and drag your preferred data source (e.g., Google Drive, AWS S3) onto the canvas.
  4. 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

  1. Click and drag from a port on one node (ex Data)
  2. 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

  1. Hover your mouse over the line between two nodes.
  2. A small trash bin icon will appear on the line.
  3. 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

  1. Click the Port – Click directly on the port (ex Text on the Parser node) to activate the preview.
  2. The Right-Side Panel will update to show
    1. The preview of the data flowing through that port.
    2. 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.

Example Video