pub fn analyze( conn: &Connection<'_>, embeddings_path: Option<&Path>, target: Option<&str>, focus: Focus, limit: usize, ) -> Result<Vec<Recommendation>>