Glossary

Reranking

A second-pass model that reorders retrieved candidates by actual relevance.

Retrieval is optimised for speed across millions of documents, which costs precision. A reranker takes the top few dozen candidates and scores them carefully.

It is usually the cheapest single accuracy improvement available to a RAG system.

The cost is latency and tokens: a reranker adds a model call between retrieval and generation. For most enterprise systems that trade is clearly worth it, because a wrong answer costs more than 200 milliseconds does. For high-volume consumer search it may not be, and that is a decision to make explicitly rather than by omission.

Where it pays back most visibly is a corpus with many near-duplicate documents, policy versions, revised contracts, repeated product descriptions. First-pass retrieval treats them as equally relevant; a reranker is what distinguishes the current version from the superseded one.

There is a useful middle setting most teams miss: rerank only when the first-pass scores are close together. When retrieval is already confident, the extra call adds latency and changes nothing, and skipping it there recovers most of the cost.

Related terms, in context

The concepts you almost always meet alongside reranking.

Hybrid search
Combining keyword and vector retrieval, because each fails where the other succeeds.
RAG
Retrieving relevant passages from your own documents and giving them to the model, so answers are grounded and citable.
Embedding
A numeric vector representing text, images or audio, positioned so similar things sit close together.

Where this shows up in our work

Reranking is not an abstraction for us. It is a decision we make on live projects. It shows up most directly in rag & knowledge retrieval, ai search implementation, where getting it wrong has a cost someone can measure.

If you are evaluating a vendor on this, the useful question is not whether they can define the term. It is what they measure, what they would refuse to do, and what happens in their system when the assumption behind reranking stops holding.

Questions

What is Reranking?

A second-pass model that reorders retrieved candidates by actual relevance.

Does Orqent Labs build this?

Yes, RAG & Knowledge Retrieval Systems and AI Search Implementation. We work across India, covering all 19,238 PIN codes remotely.

Building something that involves reranking?

We will tell you honestly whether it is the right approach for your problem.

Or email bd@dtrasglobal.com · call +91 74118 77878