Skip to main content

semantic_search

Function semantic_search 

Source
pub fn semantic_search(
    ctx: &Context,
    query: &str,
    limit: usize,
) -> Vec<(String, f64)>
Expand description

Semantic search is a full-stack ranking signal. Returning an empty result on transport/config errors lets degraded hybrid-search callers keep lexical and graph sources instead of failing the whole user query.