pub fn graph_boost(
ctx: &Context,
conn: Option<&mut Client>,
query: &str,
) -> Vec<String>Expand description
Get symbol IDs related to query via the call/import graph.
Returns a ranked list of symbol IDs for use as an RRF source. FalkorDB is required for graph functionality; this helper returns an empty list so degraded hybrid-search callers can keep lexical results when graph infrastructure is unavailable or has no neighbors for the query.