search_rerank
Enhance retrieval precision by combining hybrid search with cross-encoder reranking, prioritizing result quality over speed for final-answer tasks.
Instructions
Hybrid search followed by cross-encoder reranking over the top results, for maximum precision at the cost of extra latency. Use this when result quality matters more than speed, e.g. for a final answer rather than an exploratory search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| filters | No | ||
| collection | Yes | ||
| rerank_top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |