Sentence Transformers v6.0 Adds ColBERT-style Multi-Vector Support
August 19, 2026
Sentence Transformers v6.0 introduces MultiVectorEncoder, enabling first-class support for ColBERT-style late interaction models. This allows for token-level scoring and summation rather than compressing entire texts into single dense vectors.
HOW THIS AFFECTS YOU
●
builderYou can now implement late interaction models for improved retrieval accuracy within the Sentence Transformers ecosystem.
●
researcherThis expands the library's capability to include multi-vector architectures for training and interpretation.