Skip to main content

Module smart_retrieval

Module smart_retrieval 

Source
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§

RetrievalWeights
Blending weights for the four retrieval signals.
SmartRetrieval
Retrieval engine that combines four signals.
SmartSearchResult
One result from four-signal retrieval.