Skip to content

Embeddings

Super Admin

Embeddings are vector representations of documents imported into the knowledge base. They allow AI agents to perform semantic searches — finding relevant information based on the meaning of the content, not just keywords.

Each processed document generates one or more embeddings that are stored in the workspace’s vector database.


The Embeddings tab is displayed in the workspace’s Knowledge Base section, alongside the Overview, Storage, and Pipelines tabs. It is only visible to users with a system profile.


The table displays all generated embeddings with the following columns:

ColumnDescription
IDUnique embedding identifier (truncated UUID)
Inserted AtEmbedding creation date and time
MetadataAssociated key-value pairs displayed as badges
VersionEmbedding version number
ActionsView details and delete
  • Displays 10 items per page by default
  • Configurable sizes: 5, 10, 20, 50, or 100 items per page
  • Shows “Showing X to Y of Z embeddings” summary
  • Page navigation controls

  • Text search — search by embedding ID
  • Date search — filter by insertion date using a date picker
  • Column visibility — show or hide table columns (ID, Metadata, Version, Inserted At)

Click the view icon to open a side panel with the complete embedding information:

  • Basic information — ID, Version, Inserted At, Knowledge Base ID
  • Content — full embedding text in a scrollable area
  • Metadata — complete JSON metadata in formatted view

Click the delete icon to remove an individual embedding.

  • A confirmation dialog is displayed before deletion
  • The action is irreversible — the embedding will be permanently removed from the vector database
  • The table refreshes automatically after deletion