Overview
Embed is a feature that generates embeddings from Corvic Tables, creating multi-modal and multi-structural embedding spaces. This feature supports semantic, tabular, relational, and multi-media (images, videos, etc.) embeddings, enabling you to create rich vector representations of your data for use in agents, search, and analysis workflows.Category
Corvic Tables - This feature is designed to work with Corvic Tables, enabling you to generate embeddings from structured data for use in downstream AI workflows.Input
Corvic Table - The Embed feature accepts a Corvic Table as input. Select an existing Corvic Table from your data room that contains the data you want to embed.The input must be a Corvic Table. You can create Corvic Tables from data sources using features like Extract Tables for structured data, Multi-modal Knowledge Extraction for unstructured data, or Augment for enhanced data.
Output
Space - The Embed feature produces an embedding vector store (Space) containing multi-modal and multi-structural embeddings. The output Space includes:- Semantic Embeddings: Text-based semantic representations
- Tabular Embeddings: Structured data encodings
- Relational Embeddings: Graph-based relationship representations
- Multi-media Embeddings: Image and video content embeddings
The output Space serves as a vector store that can be used by agents for semantic search, similarity matching, and intelligent data retrieval. Spaces enable powerful AI workflows that understand and work with your data at scale.
Parameters
Text Semantic Parameters
Whenembedding_type includes text_semantic, configure the following parameters:
Tabular Encoding Parameters
Whenembedding_type includes tabular_encoding, configure the following parameters:
Relational Parameters
Whenembedding_type includes relational, configure the following parameters:
Image Semantic Parameters
Whenembedding_type includes image_semantic, configure the following parameters:
Usage Example
To use Embed in a Workflow:- Add your Corvic Table to the Workflow canvas
- Click the ”+” button next to the Corvic Table
- Select “Embed” from the actions menu
- Select the input Corvic Table (if not already selected)
- Choose one or more embedding types (Text Semantic, Tabular Encoding, Relational, Image Semantic)
- Configure the parameters for each selected embedding type:
- Text Semantic: Select model and columns to embed
- Tabular Encoding: Select columns to embed
- Relational: Select graph embedding model
- Image Semantic: Select image model and columns with image content
- Optionally provide a name and description for the output Space
- Run the Workflow to execute the embedding generation
- Review the generated Space containing multi-modal and multi-structural embeddings
Related Documentation
Workflows
Learn how to build workflows using Workflows.
Spaces
Understand how embedding spaces work and how to use them.
Corvic Tables
Learn how to create Corvic Tables for embedding generation.
Agents
Use embedding spaces in your agents for intelligent data retrieval.

