jina-colbert-reranker-v1-en is an open-source English ColBERT-based reranking model.
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.
Jina-colbert-reranker-v1-en's main advancement is its backbone, jina-bert-v2-base-en, which enables processing of significantly longer contexts (up to 8192 tokens) compared to the original ColBERT that uses bert-base-uncased. This capability is crucial for handling query and 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. Pricing splits into two modes: batch inference for offline document ranking and real-time inference for live requests. Within each mode, you choose from GPU instance types across the p2, p3, g4dn, and g5 families. Hourly cost scales with the instance you pick, since more capacity generally means a higher rate. Batch mode covers p2, p3, and g4dn instances. Real-time mode adds the g5 family. Pick the mode and instance size that match your workload, and billing accrues per host-hour used.
Top-of-mind questions for buyers
What does one host-hour cover, and am I charged when the instance is idle?
One host-hour is one running instance billed for each hour it stays active. Charges accrue while the model host runs, regardless of how many ranking requests you send. A stopped host does not accrue software charges, though underlying AWS storage or compute fees may still apply.
How does batch inference billing differ from real-time inference billing?
Both bill per host-hour. Batch mode runs the model to rank stored documents in scheduled jobs, so you run hosts only during processing. Real-time mode keeps a host running to answer live ranking requests as they arrive, so charges continue for the whole time the endpoint stays up.
Does the number of documents I rerank per request change my cost?
No. You pay per host-hour, not per document or request. There is no hard limit on documents per query; the model batches inputs internally. Sending more documents may extend processing time, which can raise host-hours in batch jobs, but the per-hour rate stays fixed.
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 reranking model
Additional details
Inputs
Outputs
Sample notebooks
Inputs
Summary
The model accepts JSON inputs. Texts must be passed in the following format.
{
"data": {
"documents": [{"text": "the dog is in my house"},
{"text": "he likes dog"},
{"text": "hello world"}],
"query": "where is the dog",
"top_n": 2
}
}
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.