Definition
An embedding is a numerical representation (vector) of text, an image, or other data that captures semantic meaning. Texts with similar meaning have embeddings that are close in vector space. This technique is fundamental for semantic search, recommendation systems, and RAG, enabling information retrieval by meaning rather than just keywords.
Related terms
EXPLORE