pub fn recall_sql(
node_table: &str,
embedding: &[f32],
filter: &RecallFilter,
limit: usize,
ann_threshold: Option<f64>,
) -> StringExpand description
Semantic recall: dedup → cosine distance → blended re-rank
(relevance*0.7 + importance*0.3) → top limit.