Milvex.Ranker.RRFRanker
(milvex v0.10.2)
Copy Markdown
Reciprocal Rank Fusion (RRF) reranker for hybrid search.
Merges results from multiple searches, favoring items that appear consistently.
The k parameter (default: 60) controls the ranking smoothness.
Summary
Types
@type t() :: %Milvex.Ranker.RRFRanker{k: pos_integer()}