Elastic
Jina AI
模型
API
keyboard_arrow_down
Reader
把任意 URL 转成 Markdown,为大模型提供更好的事实依据。
向量模型
多模态多语言向量模型。
重排模型
让搜索相关性最大化的重排模型。
MCP
terminal
命令行
article
llms.txt
smart_toy
智能体
data_object
Schema
menu_book
文档
登录
login
warning
此模型已被更新的模型取代。
向量模型
Apache 2.0 许可证
open_in_new 发布博客

jina-embeddings-v2-base-en

与 OpenAI 的 text-embedding-ada002 旗鼓相当
许可证
Apache-2.0
发布日期
calendar_month
2023-10-28
输入
abc
文本
arrow_forward
输出
more_horiz
向量
延迟分块 help_outline
check_circle
Yes
模型详情
参数: 137M
输入词元长度: 8K
输出维度: 768
已训练语言 help_outline
1 种语言
相关模型
link
jina-embedding-b-en-v1
link
jina-embeddings-v3
可通过以下方式获取
Jina API
AWS SageMaker
微软云
Hugging Face
物理隔离
I/O 图

文本

jina-embeddings-v2-base-en

向量

帕累托前沿help_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…参数量(对数)nDCG@10
本模型
在前沿上
Jina AI
其他
LongEmbed
58.12
参数量
137M
按分数的排名
18 / 69
帕累托前沿
在前沿之后
取值分布help_outline
AUC 0.8376
语料
翻译对
文档检索
0.8500.600.700.800.90
相关26.9%
困难负例2.7%
无关1.1%
推荐阈值
FPR 0.1 · 0.793
FPR 0.01 · 0.850
FPR 0.001 · 0.894
FPR 0.0001 · 0.914
均衡 · 0.762
AUC
0.8376
噪声上限
0.893
召回悬崖
0.691
测量样本对
119 / 11k
向量分量help_outline
-0.14-0.000.14
σ 0.0361 · 183k 个数值
向量几何help_outline
0768
各维度均值,悬停查看区间
噪声下限
0.751
有效维度
59 / 768
选择要比较的模型
论文 (1)
arXiv
十月 30, 2023
Jina Embeddings 2: 8192-Token General-Purpose Text Embeddings for Long Documents

概述

jina-embeddings-v2-base-en 是一个 137M 参数的英语文本向量模型,具有 8,192 token 的上下文窗口——是其时代标准 512 token 限制的 16 倍。它基于带有对称双向 ALiBi(Attention with Linear Biases)的 BERT-small 骨干构建,是首个能原生处理长文档而无需截断或分块的开源 Jina 向量模型。它生成 768 维向量,在不需要 v3/v5 多语言或长上下文功能的纯英语检索中仍是可靠的选择。

方法

该架构将 BERT-small Transformer(12 层、12 个注意力头、768 隐藏维度)与对称双向 ALiBi 位置编码相结合。ALiBi 用线性衰减的注意力偏置取代学习的位置编码,使模型能够远超其 512 token 训练长度、外推至 8,192 token 而不损失性能。训练遵循两阶段流程:先在 C4 上预训练,然后在 Jina 精选的 40 多个专业句对数据集(含困难负样本挖掘)上微调。对称双向注意力确保每个 token 同时关注前文和后文,产生捕捉句子全局语义的表示。对所有 token 表示做平均池化,产生最终的 768 维向量。

性能

发布时,该模型在多个 MTEB 英语子任务上超过 OpenAI 的 text-embedding-ada-002:分类(73.45% vs 70.93%)、重排序(85.38% vs 84.89%)、检索(56.98% vs 56.32%)和摘要(31.6% vs 30.8%)。其 8,192 token 上下文是相对于限制在 512–2,048 token 的竞争模型的显著优势,可实现无需分块的文档级检索。紧凑的 307MB 占用使其可在消费级 GPU 上部署。2026 年,jina-embeddings-v5-text-small(677M 参数、32K 上下文、任务特定 LoRA 适配器)在大多数生产工作负载中超过它,但它对轻量级纯英语流水线仍有意义。

最佳实践

当 8K 上下文窗口足够且不需要多语言或任务特定适配器时,使用此模型进行纯英语检索。对于超过 8,192 token 的文档,在嵌入前应用语义分块。该模型可与主要向量数据库(Qdrant、Weaviate、MongoDB Atlas、Milvus)和 RAG 框架(LangChain、LlamaIndex、Haystack)集成。对于需要多语言支持、32K 上下文或任务特定优化的新项目,请优先使用 jina-embeddings-v5-text-small。生产吞吐量建议使用支持 CUDA 的 GPU;CPU 推理可行但明显更慢。

提及此模型的博客
十二月 17, 2024 • 12 分钟阅读
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
十月 25, 2024 • 19 分钟阅读
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.
十月 15, 2024 • 9 分钟阅读
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.
九月 27, 2024 • 15 分钟阅读
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
九月 18, 2024 • 10 分钟阅读
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.
当前语言 / 主题
搜索底座
Reader
向量模型
重排模型
获取 Jina API 密钥
速率限制
关于我们
新闻
下载 Jina 标志
open_in_new
下载 Elastic 标志
open_in_new
API 状态
Elastic © 2026.安全条款及条件隐私管理 Cookie请勿出售或分享我的个人信息
本网站及其所有相关内容、软件、产品和服务仅供专业使用,不面向消费者。