pub async fn search( memory_dir: &Path, query: &str, limit: usize, entity_type: Option<&str>, keyword: Option<&str>, ) -> Result<(), RecallError>
Semantic search across entities.