Loading...

Rerankers

A reranker is a second model that re-orders the top results by how well they fit the query — the difference between “these all contain your words” and “this is the one you meant”.

  • Search casts a wide net fast; the reranker reads the top handful against the query with a slower, more careful model and puts the best first. For “warm waterproof jacket”: the jackets that really are warm and waterproof.
  • An AI model you bring, with your own API key.
1

What a reranker does

A reranker re-orders your results for relevance. Your search returns the likely matches fast; a reranker then reads the top few against the query with a heavier model and puts the best ones first. Rerankers live under Models → Rerankers.

The empty Rerankers tab
2

Add one, bring your own key

Click Add Reranker and pick a provider — Voyage, Cohere or Microsoft Foundry. You bring your own API key, so reranking runs on your account: your models, your limits, your bill.

Choosing a reranker provider
3

Pick a model, attach it

Choose the model and paste your provider key. The key is checked with a live call before the reranker is saved, and re-checked regularly after — a health dot flags any problem first. Attach the reranker to a list or group and it starts sharpening those results.

The create-reranker dialog

Auto-plays · use Back / Next to step through at your own pace.

Add a reranker
  1. Go to Models → Rerankers and click Add Reranker.
  2. Pick a provider: Voyage, Cohere or Microsoft Foundry. Reranking runs on your own key: your models, your limits, your bill.
  3. Choose the model and paste your provider API key.
  4. Click Add. The key is checked with a live call before saving, then re-checked regularly. The health dot next to the model shows any problem first.
The Add Voyage Reranker dialog with a model and API key
Attach it to a list or group
  • A reranker does nothing until attached to a list or group. Every search there is then reranked before results come back.
  • Re-ordering happens in the same request, so your front-end needs no changes.
  • Attach the same reranker to as many lists as you like.
Reranker or judge?
RerankerJudge
JobRe-orders results by how well they fitKeeps or drops results against a rule
WhenLive, as part of the searchAfter the search, in the background
ResultSame results, better orderFewer results, all meeting your bar

A common pairing: a reranker sharpens the order, then a judge filters out anything that still doesn’t meet a quality bar you set in words.

Top