Actions by input type
Data sources
Actions that run on a raw data source.| Action | Applies to | Output | Learn more |
|---|---|---|---|
| Multi-modal Knowledge Extraction | Unstructured | Tables (text, structure, images) | Guide |
| Document Digitization (OCR) | Unstructured | Markdown / text | Guide |
| Extract Tables | Structured | One table per schema | Guide |
| Extract Images | Unstructured | Image table | Guide |
| Apply Template | Data source | A full pre-built pipeline | Workflows |
| Web Search ingestion | Web source | Structured table | Data Sources |
Corvic Tables
Actions that transform or combine Corvic Tables.| Action | Applies to | Output | Learn more |
|---|---|---|---|
| Augment (AI / LLM) | Corvic Table | Augmented table | Guide |
| Web Augment | Corvic Table | Augmented table | Guide |
| Code Augment | Corvic Table | Augmented table | Guide |
| Join | Two or more tables | Joined table | Guide |
| Graph Builder | Two or more tables | Graph table | Guide |
| Python | Corvic Table / Space | Transformed output | Guide |
| SQL | Corvic Table / Space | Transformed output | Guide |
| Embed | Corvic Table | Space | Guide |
Spaces
Actions that run on embedding Spaces.Embedding types
The Embed action can produce several types of Space, depending on your data:| Type | Use for |
|---|---|
| Semantic | Text — semantic search and RAG |
| Tabular | Structured/tabular encoding |
| Image | Image embeddings |
| Relational | Graph/relational structure (often after Graph Builder) |
UI label ↔ capability
For reference, the user-facing action labels map to these underlying capabilities:| UI label | Capability |
|---|---|
| Multi-modal Knowledge Extraction | parse |
| Document Digitization | convert_to_markdown |
| Extract Tables | stack_parquet / demux_database_tables |
| Extract Images | extract_images |
| Augment (AI) | llm_augment |
| Web Augment | web_augment |
| Code Augment | code_augment |
| Join | join |
| Build Graph | build_graph / graph_embed |
| Embed | concat_and_embed / embed_and_concat / embed_image |
| Python | execute_python |
| SQL | execute_sql |
| Create Agent | create_agent |
Available actions are context-aware: the + menu on a node only shows actions valid for that node’s type. Some capabilities are used internally by templates and may not appear directly in the menu.
Related Documentation
Workflows
Build pipelines from these actions.
Builder Chat
Let the assistant assemble actions for you.
Corvic Tables
The tables most actions produce.
Spaces
The embeddings the Embed action produces.

