Jina's Reranker v2 Hits 15x Faster Search Across 26 Languages

Jina AI's 278M parameter cross-encoder reranks documents across 100+ languages, plus function calling and code search, with 6x faster throughput than v1.

·
·
Jina's Reranker v2 Hits 15x Faster Search Across 26 LanguagesPRO
Read2 min
TypeModel
  • Jina Reranker v2 is a 278M-parameter multilingual cross-encoder with a 1024-token context
  • Handles text retrieval, function calling, text-to-SQL, and code search in one model
  • Reports 6x higher throughput than v1 and 15x higher than bge-reranker-v2-m3
  • Supports 100+ languages, trained via four-stage curriculum with hard-negative mining
  • Licensed CC-BY-NC-4.0 for research; commercial use requires Jina API, AWS, or Azure
  • Available on Hugging Face with 1.2M+ downloads

Reranking is the last mile of a retrieval pipeline, the step where a fast vector search either becomes precise or falls apart. Jina Reranker v2 Base Multilingual is a compact cross-encoder built for that job, and it has quietly become one of the most downloaded reranking models on Hugging Face with over 1.2 million pulls.

The model takes a query and document pair as input and returns a relevance score. It weighs in at 278M parameters, uses BF16 tensors, supports a 1024-token context window, and was trained on query-document pairs across dozens of languages.

What it actually does

A bi-encoder embedding model scores query and document independently, which is fast but loses fidelity. A cross-encoder runs both through the transformer together, letting attention compare them token by token. That is more expensive, so you typically use it to rerank the top 50 to 200 hits from a vector search rather than scoring your whole corpus.

The v2 release pushes reranking well beyond plain text search. Compared with the previous jina-reranker-v1-base-en, v2 shows competitive numbers on benchmarks covering text retrieval, multilingual retrieval, function-calling-aware and text-to-SQL-aware reranking, and code retrieval. In practice, the same model can rerank passages, API tool calls for an agent, SQL query candidates, and code snippets.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads