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
Microsoft Azure
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請勿出售或分享我的個人資訊
本網站及其所有相關內容、軟體、產品和服務僅供專業使用,不面向消費者。