GLOSSARY · AI SECURITY

Embedding

An embedding is a numeric vector that represents the meaning of text, images, or other data, so that similar items sit close together in mathematical space.

Embeddings power semantic search, recommendations, clustering, and the retrieval step of RAG. They are stored and queried in vector databases.