pub async fn semantic_query( text: &str, top_k: usize, threshold: f32, json_output: bool, ) -> Result<()>
Semantic similarity search: ipfrs semantic query "<text>" --top-k 10
ipfrs semantic query "<text>" --top-k 10
Prints results and returns ().
()