Cohere rerank review brief
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
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
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.