What is Embedding?
A technique that converts text, images, etc. into numerical vectors. Distance between vectors represents semantic similarity — ‘king’ and ‘queen’ are close, ‘king’ and ‘apple’ are far apart. RAG systems use embeddings to find the most relevant documents.