Expand description
Weighted feature-combination reranking for memory recall candidates.
See crates/khive-pack-memory/docs/api/scoring.md.
Structs§
- Rerank
Features - Input features per recall candidate for weighted reranking (relevance, salience, temporal, text_match, vector_match).
Functions§
- weighted_
rerank - Weighted feature-combination rerank score:
Σ(weight × feature) / Σ(positive_weight). Returns 0.0 when weights are empty or all unrecognized.