Embeddings

Embeddings are numerical representations of text (or other data) that place semantically similar items close together in a multi-dimensional vector space.

Part of AI Search

A search system generates embeddings for both catalog items and incoming queries using the same model, then compares them by distance or similarity to find matches — this is the mechanism that makes vector and semantic search possible.