Skip to main content
A Space is the embedding of a Corvic Table. Where a Corvic Table defines what to represent, a Space defines how — the embedding method applied to produce vectors that power search, analysis, and agents.
A Space describes how to use the inputs in a Corvic Table to generate an embedding for each key defined by that table’s entities.

Embedding types

The Embed action can produce different kinds of Space depending on your data:

What you can do with a Space

Once generated, a Space becomes an asset you can use to:
  • Search and retrieve similar entities via vector search
  • Power agents — agents reason over one or more spaces to answer questions
  • Analyze and export embeddings for downstream use
Regenerating a Space replaces its existing embeddings, which may affect dependent agents and applications.

Generating Spaces

Spaces are created with the Embed action on the workflow canvas: pick a Corvic Table, choose an embedding type, and run. The output Space can then feed an agent.

Corvic Tables

Define what to embed.

Embed

Generate spaces on the canvas.

Agents

Use spaces to power agents.

Graph Builder

Prepare data for relational embeddings.