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
warning
This model is deprecated by newer models.
Embeddings
Apache 2.0 License
open_in_new Release Post

jina-embeddings-v2-base-en

On par with OpenAI's text-embedding-ada-002
License
Apache-2.0
Release Date
calendar_month
2023-10-28
Input
abc
Text
arrow_forward
Output
more_horiz
Vector
Late Chunking help_outline
check_circle
Yes
Model Details
Parameters: 137M
Input Token Length: 8K
Output Dimension: 768
Trained Languages help_outline
1 languages
Related Models
link
jina-embedding-b-en-v1
link
jina-embeddings-v3
Available via
Jina API
AWS SageMaker
Microsoft Azure
Hugging Face
Air-gapped
I/O graph

Text

jina-embeddings-v2-base-en

Vector

Pareto fronthelp_outline
MTEB English
RTEB public
LongEmbed
LoCo
MTEB English · retrieval
chevron_leftchevron_right
30M100M300M1B3.0B10B30B20406080all-MiniLM-L12-v2all-mpnet-base-v2bge-m3e5-basee5-smalle5-small-v2EmbeddingGemma-300Mgranite-embedding-278m-…granite-embedding-311m-…granite-embedding-engli…granite-embedding-small…GritLM-7BGritLM-8x7Bgte-basegte-Qwen2-1.5B-instructgte-Qwen2-7B-instructgte-smallinf-retriever-v1jasper_en_vision_langua…jina-embeddings-v3jina-embeddings-v4jina-embeddings-v5-text…LaBSELLM2Vec-Mistral-7B-Inst…multilingual-e5-largenomic-embed-text-v1nomic-embed-text-v1.5NV-Embed-v1NV-Embed-v2Qwen3-Embedding-4BSFR-Embedding-Mistralsnowflake-arctic-embed-…snowflake-arctic-embed-…snowflake-arctic-embed-…stella_en_1.5B_v5voyage-4-nanojina-embeddings-v2-base…Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
LongEmbed
58.12
Parameters
137M
Rank by score
18 / 69
Pareto front
Behind it
Value distributionhelp_outline
AUC 0.8376
Corpus
Translation pairs
Doc retrieval
0.8500.600.700.800.90
Related26.9%
Hard negative2.7%
Unrelated1.1%
Recommended cutoffs
FPR 0.1 · 0.793
FPR 0.01 · 0.850
FPR 0.001 · 0.894
FPR 0.0001 · 0.914
balanced · 0.762
AUC
0.8376
Noise ceiling
0.893
Recall cliff
0.691
Pairs measured
119 / 11k
Vector componentshelp_outline
-0.14-0.000.14
σ 0.0361 · 183k values
Embedding geometryhelp_outline
0768
Per-dimension mean, hover for a range
Noise floor
0.751
Effective dims
59 / 768
Choose models to compare
Publications (1)
arXiv
October 30, 2023
Jina Embeddings 2: 8192-Token General-Purpose Text Embeddings for Long Documents

Overview

jina-embeddings-v2-base-en is a 137M-parameter English text embedding model with an 8,192-token context window — 16× the standard 512-token limit of its era. Built on a BERT-small backbone with symmetric bidirectional ALiBi (Attention with Linear Biases), it was the first open-source Jina embedding to natively handle long documents without truncation or chunking. It produces 768-dimensional vectors and remains a solid choice for English-only retrieval where multilingual or long-context v3/v5 features are not needed.

Methods

The architecture pairs a BERT-small transformer (12 layers, 12 attention heads, 768 hidden dimensions) with symmetric bidirectional ALiBi positional encodings. ALiBi replaces learned positional embeddings with a linearly decaying attention bias, allowing the model to extrapolate far beyond its 512-token training length up to 8,192 tokens without performance degradation. Training followed a two-stage pipeline: pretraining on C4, then fine-tuning on Jina's curated collection of 40+ specialized sentence-pair datasets with hard-negative mining. Symmetric bidirectional attention ensures each token attends to both preceding and following context, producing representations that capture global sentence meaning. Mean pooling over all token representations produces the final 768-dimensional embedding.

Performance

At release, the model outperformed OpenAI's text-embedding-ada-002 on multiple MTEB English subtasks: classification (73.45% vs. 70.93%), reranking (85.38% vs. 84.89%), retrieval (56.98% vs. 56.32%), and summarization (31.6% vs. 30.8%). Its 8,192-token context was a significant advantage over competing models limited to 512–2,048 tokens, enabling document-level retrieval without chunking. The compact 307MB footprint made it deployable on consumer-grade GPUs. In 2026, jina-embeddings-v5-text-small (677M params, 32K context, task-specific LoRA adapters) outperforms it for most production workloads, but it remains relevant for lightweight English-only pipelines.

Best Practice

Use this model for English-only retrieval where the 8K context window is sufficient and multilingual or task-specific adapters are not required. For documents exceeding 8,192 tokens, apply semantic chunking before embedding. The model integrates with major vector databases (Qdrant, Weaviate, MongoDB Atlas, Milvus) and RAG frameworks (LangChain, LlamaIndex, Haystack). For new projects requiring multilingual support, 32K context, or task-specific optimization, prefer jina-embeddings-v5-text-small. CUDA-capable GPU recommended for production throughput; CPU inference is possible but significantly slower.

Blogs that mention this model
December 17, 2024 • 12 minutes read
Text Embeddings Fail to Capture Word Order and How to Fix It
Text embedding models struggle with capturing subtle linguistic nuances like word order, directional relationships, temporal sequences, causal connections, comparisons, and negation. Understanding these challenges is key to improving model performance.
Bo Wang
Alex C-G
Three abstract figures in white, gray, and pink on matching cubes placed on a colorful checkered surface against a green back
October 25, 2024 • 19 minutes read
Finding Optimal Breakpoints in Long Documents Using Small Language Models
We trained three small language models to better segment long documents into chunks, and here are the key lessons we learned.
Andrei Ungureanu
Alex C-G
A pattern of yellow file icons on a blue background with one icon displaying a smiley face creating an emotive contrast.
October 15, 2024 • 9 minutes read
Fact-Checking with New Grounding API in Jina Reader
With the new g.jina.ai, you can easily ground statements to reduce LLM hallucinations or improve the integrity of human-written content.
Jina AI
Jina developer interface showing "Jina AI was founded in 2020" with controls labeled true and false, and web address on top.
September 27, 2024 • 15 minutes read
Migration From Jina Embeddings v2 to v3
We collected some tips to help you migrate from Jina Embeddings v2 to v3.
Alex C-G
Scott Martens
A digital upgrade theme with "V3" and a white "2", set against a green and black binary code background, with "Upgrade" centr
September 18, 2024 • 10 minutes read
Jina Embeddings v3: A Frontier Multilingual Embedding Model
jina-embeddings-v3 is a frontier multilingual text embedding model with 570M parameters and 8192 token-length, outperforming the latest proprietary embeddings from OpenAI and Cohere on MTEB.
Jina AI
Dynamic image showing the characters "V3" formed by bright green dots varying in size on a black background.
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.