Reranker
Reranker
A Reranker is an additional model which is used to re-rank the results of the retriever. For more on Rerankers, see here. Rerankers are optional, but are used in most state-of-the-art production RAG pipelines. They will slow down your query time, but can significantly improve the quality of your results. We recommend experimenting with them.
Step Args
Key | Value Type | Value Description |
---|---|---|
model |
literal |
Any model from our available models list. |
top_k |
int |
The number of results to return |