
Overview
jina-colbert-v2 is an open-source multilingual ColBERT-style embedding model supporting 8192 sequence length.
This model produces vectors of size 64 for tokens in input documents.
ColBERT (Contextualized Late Interaction over BERT) leverages the deep language understanding of BERT while introducing a novel interaction mechanism. This mechanism, known as late interaction, allows for efficient and precise retrieval by processing queries and documents separately until the final stages of the retrieval process.
This state-of-the-art AI embedding model enables many applications, such as document clustering, classification, content personalization, vector search, or retrieval augmented generation.
Highlights
- Trained from scratch with support for 89 major world languages.
- Matryoshka embeddings, which allow users to trade between efficiency and precision flexibly.
- Ability to process significantly longer contexts (up to 8192 tokens) compared to the original ColBERT. This capability is crucial for handling documents with extensive content, providing more detailed and contextual search results.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.g5.xlarge Inference (Batch) Recommended | Model inference on the ml.g5.xlarge instance type, batch mode | $2.50 |
ml.g5.xlarge Inference (Real-Time) Recommended | Model inference on the ml.g5.xlarge instance type, real-time mode | $2.50 |
ml.g5.8xlarge Inference (Real-Time) | Model inference on the ml.g5.8xlarge instance type, real-time mode | $18.25 |
ml.g5.12xlarge Inference (Real-Time) | Model inference on the ml.g5.12xlarge instance type, real-time mode | $27.50 |
ml.g5.2xlarge Inference (Real-Time) | Model inference on the ml.g5.2xlarge instance type, real-time mode | $4.75 |
ml.g5.4xlarge Inference (Real-Time) | Model inference on the ml.g5.4xlarge instance type, real-time mode | $9.30 |
ml.g5.48xlarge Inference (Real-Time) | Model inference on the ml.g5.48xlarge instance type, real-time mode | $90.00 |
ml.g5.16xlarge Inference (Real-Time) | Model inference on the ml.g5.16xlarge instance type, real-time mode | $35.00 |
ml.g5.24xlarge Inference (Real-Time) | Model inference on the ml.g5.24xlarge instance type, real-time mode | $52.00 |
Vendor refund policy
Refunds to be processed under the conditions specified in EULA.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
ColBERT multi-embeddings model V2 - 64 dimensions
Additional details
Inputs
- Summary
The model accepts JSON inputs. Texts must be passed in the following format.
{ "data": [ { "text": "How is the weather today?" }, { "text": "What is the weather like today?" } ], "parameters": { "input_type": "document" } }
- Input MIME type
- text/csv
Input data descriptions
The following table describes supported input data fields for real-time inference and batch transform.
Field name | Description | Constraints | Required |
|---|---|---|---|
data | An array of strings for the model to embed. | Type: FreeText | Yes |
text | An array of strings for the model to embed. | Type: FreeText | Yes |
parameters | Type of input to get embedding, should be either 'document' or 'query'. | Default value: document
Type: FreeText
Limitations: Should be either 'document' or 'query'. | No |
input_type | Type of input to get embedding, should be either 'document' or 'query'. | Default value: document
Type: FreeText
Limitations: Should be either 'document' or 'query'. | No |
Support
Vendor support
We provide support for this model package through our enterprise support channel.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products




