Skip to main content

RRF_K

Constant RRF_K 

Source
pub const RRF_K: f32 = 60.0;
Expand description

Reciprocal Rank Fusion smoothing constant. Matches Python _RRF_K = 60 from search.py:11.