All nodes/AI/RAG

Reranker

Reranker configuration (Cohere/Jina/Voyage). Connects by link to the Rerank node. Performs no computation itself.

Reranker
Reranker

Type in the graph: rerank_config

Try it

Search with reranking

RAG Query fetches 20 candidates, the Reranker keeps the best 5.

Entry
RAG Query
Reranker
Rerank
Exit
  • Execute + Data
  • Reranker
Press “Copy nodes”, open the editor and hit Ctrl+V on the canvas.

Pick your own connection or knowledge base first — the graph carries REPLACE_ME. Before running, set: an existing knowledge base, a rerank model.

When to use it

This node ranks nothing — it names the model and the Top N for Rerank. It has no other consumer: the link_rerank wire is accepted by that node alone.

If there is a single rerank in the graph, set the model and Top N right in its form — a separate node is not needed then. It pays off where several reranks exist (one per branch of a hybrid search, say) and their settings must stay in sync.

How it works

There are no inputs and no run port: the node never becomes a step of its own, and its value is computed when a consumer asks for it. Three things travel through the port: the type, the model id and Top N.

Both values override the same-named fields on the Rerank node, which go inactive in its form. Top N has a subtlety: it always travels through the port — even if you never touched it here, the default goes out rather than whatever the consumer had. The model is gentler: an empty value here does not blank the setting, the consumer falls back to its own field.

The model list is the platform catalog plus the models of your connections whose purpose is Rerank. Tokens spent on your own key are not billed by the platform.

Common mistakes

  • Expecting the node to run. It is configuration, not an action: no step of its own appears in the run log.
  • Editing Top N on the Rerank node while a Reranker is connected. The value arrives from here, and the edit on the consumer has no effect.
  • One node for two different needs. If one branch needs 3 results and another needs 10, use two Reranker nodes: the settings travel as a set.
  • Looking for the model in the LLM list. Rerankers are a separate model catalog and have nothing to do with choosing an LLM.

Inputs

Outputs

PortWirePayloadNotes
RerankeroutputRerankerlink_rerank

Configuration

FieldTypeDefaultDescription
Rerank Modelmodelstringopenrouter/cohere/rerank-v3.5

Options: openrouter/cohere/rerank-v3.5 — OpenRouter Rerank / Cohere Rerank v3.5, cohere/rerank-v3.5 — Cohere Rerank / rerank-v3.5, cohere/rerank-english-v3.0 — Cohere Rerank / rerank-english-v3.0, cohere/rerank-multilingual-v3.0 — Cohere Rerank / rerank-multilingual-v3.0, jina/jina-reranker-v2-base-multilingual — Jina Reranker / jina-reranker-v2-base-multilingual, jina/jina-reranker-v1-base-en — Jina Reranker / jina-reranker-v1-base-en, openrouter/cohere/rerank-4-fast — OpenRouter Rerank / Cohere Rerank 4 Fast, openrouter/cohere/rerank-4-pro — OpenRouter Rerank / Cohere Rerank 4 Pro, openrouter/nvidia/llama-nemotron-rerank-vl-1b-v2:free — OpenRouter Rerank / NVIDIA Llama Nemotron Rerank VL 1B V2 (free), voyage/rerank-2.5 — Voyage Rerank / rerank-2.5, voyage/rerank-2 — Voyage Rerank / rerank-2, voyage/rerank-2-lite — Voyage Rerank / rerank-2-lite

Top Ntop_ninteger5