jina-colbert-v2 is an open-source multilingual ColBERT-style embedding model supporting 8192 sequence length.
This model produces vectors of size 128 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.
Access real-time vendor security and compliance information through their Trust Center powered by Drata or Vanta. Review certifications and security standards before purchase.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for each host running the model, with no upfront commitment. Pricing scales with the instance size you choose across the ml.g5 family, from ml.g5.xlarge up to ml.g5.48xlarge. Larger instances carry more compute and a matching hourly rate. You also pick an inference mode. Real-time mode runs across all instance sizes for live query workloads. Batch mode is available on the ml.g5.xlarge instance for processing groups of inputs. Total cost depends on which instance size and mode you select, and how many hours each host runs.
Top-of-mind questions for buyers
What does one host-hour cover, and am I charged when the instance is stopped?
One host-hour is one running ml.g5 instance for one hour of model inference. Charges accrue only while a host runs. Stopped instances stop software metering, though underlying AWS storage fees may still apply. You pay by the hour with no upfront commitment.
What is the difference between batch mode and real-time mode for billing?
Both meter by host-hour on the running instance. Real-time mode serves live queries and runs across all ml.g5 sizes. Batch mode processes groups of inputs together and is offered on the ml.g5.xlarge instance. You pick the mode that fits your workload, and cost follows the hours each host runs.
Does the model support running on providers other than AWS?
This listing bills through AWS by the host-hour. The vendor also offers the model on other cloud provider marketplaces and through its own hosted API, but those are separate purchases outside this AWS Marketplace listing. For deployment on additional platforms, contact the vendor.
jina.ai
Helpful?
Vendor refund policy
Refunds to be processed under the conditions specified in EULA.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
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.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
ColBERT multi-embeddings model V2 - 128 dimensions
Additional details
Inputs
Outputs
Sample notebooks
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"
}
}
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.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.