



Embedding approach where documents/images are represented by multiple vectors (one per token/patch) rather than a single vector, enabling fine-grained semantic matching.
Loading more......
Multi-Vector Embeddings represent documents or images as sequences of vectors rather than single vectors, enabling more nuanced semantic matching and better retrieval quality.
Pioneered multi-vector retrieval for text with MaxSim aggregation.
Supports both single-vector (2048-dim) and multi-vector (128-dim per token) embeddings.
Implementation approach, supported by various tools.