Skip to main content

hybrid_query

Function hybrid_query 

Source
pub fn hybrid_query(
    memory_dir: &Path,
    query: &str,
    limit: usize,
    entity_type: Option<&str>,
    keyword: Option<&str>,
    depth: u32,
    episodes: bool,
) -> Result<(), String>
Expand description

Hybrid query: semantic + graph expansion + optional episodes.