Skip to content
Recued
Menu
← Back to recipes

Cohere rerank review brief

by recued-core v1

Read-only Cohere reranking workflow. It sends an explicit query and caller-provided document list to recued-core.cohere.rerank.create, renders relevance scores, and summarizes ranking quality for retrieval review. It never creates datasets or embed jobs, calls streaming chat/generate endpoints, uploads files, uses connectors, mutates fine-tuned models, or calls arbitrary Cohere routes.

How it works 7 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (7 steps)
normalized_query trim
Trim whitespace from setting query
rerank ?
results default
Apply default
result_count count
Count items in results
summarize ?
result_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize the strongest and weakest ranked documents for this query. Use only the Cohere rerank scores and indexes, and call out any retrieval quality concerns or next-step query/document refinements.
query setting =
top n setting = 10
cohere setting =
documents setting =
max length setting = 800
rerank model setting = rerank-v3.5
max tokens per doc setting = 4096

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Cohere connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

cohere coherereranksemantic-searchragretrievalai-summarypack:cohere

Details

7 steps 8 configurable settings recipe_id: cohere-rerank-review-brief