Skip to main content

recall_sql

Function recall_sql 

Source
pub fn recall_sql(
    node_table: &str,
    embedding: &[f32],
    filter: &RecallFilter,
    limit: usize,
    ann_threshold: Option<f64>,
) -> String
Expand description

Semantic recall: dedup → cosine distance → blended re-rank (relevance*0.7 + importance*0.3) → top limit.