Skip to main content

semantic_query

Function semantic_query 

Source
pub async fn semantic_query(
    text: &str,
    top_k: usize,
    threshold: f32,
    json_output: bool,
) -> Result<()>
Expand description

Semantic similarity search: ipfrs semantic query "<text>" --top-k 10

Prints results and returns ().