Skip to main content

Module rerank

Module rerank 

Source
Expand description

Reranking module for RAG pipelines

Structs§

CompositeReranker
Composite reranker that combines multiple rerankers
LexicalReranker
Lexical reranker using simple text matching features
MockCrossEncoderReranker
Mock cross-encoder reranker for testing
NoOpReranker
No-op reranker that just returns candidates in original order

Traits§

Reranker
Trait for reranking retrieved results