pub fn fuse_default(vector: f32, bm25: f32, recency: f32, decay: f32) -> f32Expand description
Sum the four lane signals using the v0.4.0 default weights.
Operators that override weights via RecallRequest.hybrid_weights
build their own fuse_weighted call site.