Start here. This is the direct spoken answer to practice first.
Overview
Embeddings represent content for comparison; they are not hidden prose, a database answer, or a generated response.
An embedding is a vector of numbers produced by a model to represent features of an input, often so semantically related items are near each other under a chosen similarity measure. Applications use embeddings for retrieval, clustering, recommendations, or deduplication. A generative model produces a sequence such as text or tool arguments. An embedding model instead produces a representation that application code compares or stores; the vector is not a human-readable summary.