Concept
Embedding
A numerical representation of text or data in a high-dimensional vector space.
Embeddings are vector representations of data (text, images, etc.) where semantically similar items are closer together in vector space. They are fundamental for semantic search and RAG applications.