Expand description
Smart recall with composite scoring and graph boost.
Constants§
- W_
ACCESS - Weight applied to access frequency in the composite relevance score.
- W_FTS
- Weight applied to FTS (full-text search) rank in the composite relevance score.
- W_GRAPH
- Weight applied to graph-neighbor boost in the composite relevance score.
- W_
IMPORTANCE - Weight applied to node importance in the composite relevance score.
- W_
RECENCY - Weight applied to recency in the composite relevance score.
Functions§
- compute_
recency - Compute recency score (0.0–1.0) with exponential decay, half-life = 30 days.
- smart_
recall - Smart recall: return nodes ranked by composite relevance.