1//! FastEmbed-based cross-encoder reranker (ms-marco-MiniLM-L-6-v2).
2//!
3//! Re-exports [`FastEmbedReranker`] from `frankensearch::rerank::fastembed_reranker`.
4//! The implementation lives in the `frankensearch-rerank` crate.
56pub use frankensearch::FastEmbedReranker;