AI Glossary
Embeddings
What is Embeddings?
Numerical representations of text (or other data) that capture semantic meaning. Used in semantic search, RAG systems, and clustering applications.
Example in practice
A knowledge management team building a search tool over internal policy documents would use embeddings to let employees find relevant policies by meaning rather than having to guess exact keywords.