Embedding
An embedding is a numerical representation of text (or other data) as a vector in a high-dimensional space, where content that is similar in meaning is positioned close together. Embeddings are the foundation of semantic search, because they make meaning — not just literal word matches — comparable.
Source: OpenAI — Embeddings guide