Expand description
Four-signal retrieval scoring for SmartVector.
Final score = w1·cosine + w2·temporal + w3·confidence + w4·graph_importance
Default weights: w1=0.5, w2=0.2, w3=0.2, w4=0.1.
Structs§
- Retrieval
Weights - Blending weights for the four retrieval signals.
- Smart
Retrieval - Retrieval engine that combines four signals.
- Smart
Search Result - One result from four-signal retrieval.