Skip to main content
Version: 2.18

Rankers

Rankers are a group of components that order documents by given criteria. Their goal is to improve your document retrieval results.

AmazonBedrockRankerRanks documents based on their similarity to the query using Amazon Bedrock models.
CohereRankerRanks documents based on their similarity to the query using Cohere rerank models.
FastembedRankerRanks documents based on their similarity to the query using cross-encoder models supported by FastEmbed.
HuggingFaceTEIRankerRanks documents based on their similarity to the query using a Text Embeddings Inference (TEI) API endpoint.
JinaRankerRanks documents based on their similarity to the query using Jina AI models.
LostInTheMiddleRankerPositions the most relevant documents at the beginning and at the end of the resulting list while placing the least relevant documents in the middle, based on a research paper.
MetaFieldRankerA lightweight Ranker that orders documents based on a specific metadata field value.
MetaFieldGroupingRankerReorders the documents by grouping them based on metadata keys.
NvidiaRankerRanks documents using large-language models from NVIDIA NIMs .
TransformersSimilarityRankerA legacy version of SentenceTransformersSimilarityRanker.