Embeddings
Also known as: Vector Embeddings, Text Embeddings, Semantic Embeddings
Dense numerical vector representations of data (text, images, audio) that capture semantic meaning, enabling similarity comparisons and machine learning operations in a continuous vector space.
Sources & References
Related Terms
Retrieval-Augmented Generation
A technique that enhances AI model outputs by retrieving relevant information from external knowledge sources and incorporating it into the model's context before generating a response.
Semantic Search
A search methodology that understands the contextual meaning and intent behind a query rather than matching exact keywords, using embeddings and vector similarity to find semantically relevant results.
Tokens
The basic units of text that language models process, typically representing words, subwords, or characters. Token counts determine context window usage and API costs.
Vector Database
A specialized database designed to store, index, and query high-dimensional vector embeddings, enabling efficient similarity search used in RAG systems and AI applications.