Skip to main content

search

Function search 

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

Semantic search across entities.