Nodes¶
Nodes read, process, and save data, or control execution order. Find steps by category below, or write your own logic with a Python custom operator. For Start and End, see Create and orchestrate.
Browse by category¶
Category |
Purpose |
|---|---|
Parse content, extract information, and build indexes |
|
Read data and save results |
|
Organize branches, loops, and workflow calls |
|
Process data with SQL or Python |
|
Process drawings, email, file manifests, and source relationships |
Select and connect nodes¶
Each node page describes settings, outputs, and an example. Check that upstream outputs match downstream inputs. See Variables and data flow for variable, state, and output references.
Common combinations¶
Build a document knowledge base: Read MOI Volume → General Document Parsing → Segment → Embed and Add to Knowledge Base.
Extract fields into a table: General Document Parsing → Information Extraction → Save to MOI Table.
Summarize a recording: Parse Audio → AI Inference → Save to MOI Volume.
See Variables and data flow for bindings, or choose a workflow template to start with a predefined flow.