Category · AI
Embedding
Vector representation of a piece of text or media.
A dense vector (768-3072 dimensions) produced by a model (OpenAI text-embedding-3, Cohere, Voyage). Used to measure semantic similarity (cosine) between documents in a vector DB. Foundation of retrieval in a RAG pipeline.
// In action with our clients
Related articles
// See also
