Embeddings
Definition: An embedding is a numerical representation (a vector) of text that captures meaning: texts close in meaning have close vectors.
It's the building block of semantic search and RAG: vectors are compared to find relevant information, beyond exact keywords.