Late interaction
Keeping one embedding per token instead of one per document, and comparing them individually at query time.
how it works · the vocabulary
ColBERTmulti-vector
More accurate than a single vector per document and far more expensive to store. ColBERT is the best-known; it sits between plain vector search and a reranker in both cost and quality.