AI dictionary

Embedding

A numerical representation of data that captures semantic similarity.

Plain English

Embeddings let computers compare meaning, not just exact words.

Example

A search query and a help-center article can match because their embeddings are close in vector space.

Why it matters

Embeddings power semantic search, recommendations, clustering, and many RAG systems.