Elastic
Jina AI
Models
API
keyboard_arrow_down
Reader
Convert any URL to Markdown for better grounding LLMs.
Embeddings
Multimodal multilingual embeddings.
Reranker
Reranker for maximizing search relevance.
MCP
terminal
CLI
article
llms.txt
smart_toy
Agents
data_object
Schema
menu_book
Docs
Log in
login
Embeddings
Reranker
copyright CC BY-NC 4.0
open_in_new Release Post

jina-colbert-v2

The best multilingual ColBERT with top performance on embedding and reranking
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2024-08-31
Input
abc
Text
arrow_forward
Output
apps
Multi-Vector
Matryoshka Dimensions help_outline
64
96
128
Model Details
Parameters: 560M
Input Token Length: 8K
Output Dimension: 128
Base Model help_outline
jina-xlm-roberta
Trained Languages help_outline
89 languages
Supported Languages help_outline
108 languages
Related Models
link
jina-colbert-v1-en
Available via
Jina API
AWS SageMaker
Microsoft Azure
Google Cloud
Hugging Face
Air-gapped
I/O graph 1

multiple

Vector

Query

jina-colbert-v2

I/O graph 2

multiple

Vector

Document

jina-colbert-v2

Pareto fronthelp_outline
BEIR
MIRACL
chevron_leftchevron_right
30M100M300M1B3.0B50556065answerai-colbert-small-…bge-reranker-basebge-reranker-v2-m3ColBERTv2GTE-ModernColBERT-v1jina-reranker-m0jina-reranker-v1-base-enjina-reranker-v1-turbo-…jina-reranker-v2-base-m…jina-reranker-v3jina-reranker-v3.5ms-marco-MiniLM-L-4-v2mxbai-rerank-base-v1mxbai-rerank-base-v2mxbai-rerank-large-v2mxbai-rerank-xsmall-v1Qwen3-Reranker-0.6Bjina-colbert-v2Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
BEIR
54.49
Parameters
559M
Rank by score
12 / 21
Pareto front
Behind it
Value distributionhelp_outline
AUC 0.9726
Corpus
Translation pairs
Code
19.141518202325
Related81.0%
Hard negative10.3%
Unrelated0.8%
Recommended cutoffs
FPR 0.1 · 17.83
FPR 0.01 · 19.14
FPR 0.001 · 21.08
FPR 0.0001 · 23.67
balanced · 18.66
AUC
0.9726
Noise ceiling
21.05
Recall cliff
16.22
Pairs measured
100 / 9,200
Score by rankhelp_outline
12345678910
Mean score at each rank position
Choose models to compare
Publications (1)
EMNLP 2024
August 30, 2024
Jina-ColBERT-v2: A General-Purpose Multilingual Late Interaction Retriever

Overview

jina-colbert-v2 is a 560M-parameter multilingual late-interaction retrieval model supporting 89 languages. It is the first multilingual ColBERT-like model to generate compact token-level embeddings (64–128 dimensions per token), enabling scalable, cost-effective multilingual search. Matryoshka representation learning allows dimension reduction from 128 to 64 with only 1.5% performance decrease, halving storage requirements.

Methods

The model builds upon the ColBERT late-interaction architecture with a modified XLM-RoBERTa backbone (560M parameters), enhanced with rotary position embeddings and optimized with Flash Attention. Training involves two key stages: (1) initial pretraining with diverse weakly-supervised data from various languages, (2) fine-tuning with labeled triplet data and supervised distillation from a larger teacher model. The key innovation is the implementation of Matryoshka representation learning for multi-vector embeddings: the model produces token-level vectors in 128, 96, or 64 dimensions from a single training process, enabling dynamic storage optimization without retraining. The 8,192-token document context (extendable to 12,288) and 32-token query limit are managed through ALiBi positional encodings.

Performance

The model achieves a 6.5% improvement over the original ColBERT-v2 on English tasks, with an average score of 0.521 across 14 BEIR benchmarks. It outperforms traditional BM25-based retrieval methods across all tested languages on MIRACL benchmarks, showing particular strength in cross-lingual scenarios. Dropping from 128 to 64 dimensions results in only a 1.5% performance decrease while halving storage requirements — for example, storing 100 million documents with 64-dimension vectors costs $659.62/month on AWS, compared to $1,319.24 for 128 dimensions. The model's multilingual coverage (89 languages) and compact token embeddings make it uniquely suited for global search applications.

Best Practice

The model requires CUDA-capable hardware for optimal performance. It supports document lengths up to 8,192 tokens (extendable to 12,288) while limiting queries to 32 tokens. For production deployment, it is available through the Jina Search Foundation API, AWS marketplace, and Azure, with a non-commercial version on Hugging Face. When implementing, specify whether you are embedding queries or documents — the model uses asymmetric encoding. The model is not designed for real-time processing of extremely large document collections without proper indexing; use FAISS, Qdrant, or Weaviate for ANN search. For domain-specific tasks, consider fine-tuning on your corpus. For single-vector retrieval with higher dimensional output, consider jina-embeddings-v4 (multi-vector mode) or jina-embeddings-v5-text-small.

Blogs that mention this model
October 03, 2025 • 7 minutes read
Jina Reranker v3: 0.6B Listwise Reranker for SOTA Multilingual Retrieval
New 0.6B-parameter listwise reranker that considers the query and all candidate documents in a single context window.
Jina AI
Light blue background with stylized text in the center, composed of small dots or squares, evoking a modern and minimalistic
December 16, 2024 • 2 minutes read
Re·Search: Order 2024 Yearbook of Search Foundation Advances
Discover Re·Search, our premium yearbook showcasing our best research articles and search foundation models in 2024. Featuring spot UV-coated hardcover, 160 full-color pages, and meticulous design throughout. Available worldwide at $35, shipping included.
Jina AI
Open red publication "ReSearch" volume 24 displayed on a white surface with a distinctive shadow casting over the pages.
October 29, 2024 • 11 minutes read
Beyond CLIP: How Jina-CLIP Advances Multimodal Search
Learn how Jina-CLIP enhances OpenAI's CLIP with better retrieval accuracy and more diverse results through unified text-image embeddings.
Bo Wang
Alex C-G
Abstract digital landscape with wave-like green and pink dunes against a dark background, conveying a tranquil atmosphere.
August 30, 2024 • 10 minutes read
Jina ColBERT v2: Multilingual Late Interaction Retriever for Embedding and Reranking
Jina ColBERT v2 supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
Jina AI
Dark-themed coding interface displaying English and Japanese characters with "JINA COLBERT V2" highlighted in the center.
February 20, 2024 • 16 minutes read
What is ColBERT and Late Interaction and Why They Matter in Search?
Jina AI's ColBERT on Hugging Face has set Twitter abuzz, bringing a fresh perspective to search with its 8192-token capability. This article unpacks the nuances of ColBERT and ColBERTv2, showcasing their innovative designs and why their late interaction feature is a game-changer for search.
Han Xiao
Neon theater or concert hall marquee letters lit up at night with city lights and faint "Adobe Sto" visible.
Current language / theme
Search Foundation
Reader
Embeddings
Reranker
Get Jina API key
Rate Limit
About us
News
Download Jina logo
open_in_new
Download Elastic logo
open_in_new
API Status
Elastic © 2026.SecurityTerms & ConditionsPrivacyManage CookiesDo Not Sell or Share My Personal Information
This website and all associated content, software, products, and services are intended for professional use only. No consumer use is intended or directed.