pub fn update_node_confidence( conn: &Connection, id: &str, confidence: f64, ) -> Result<(), CoreError>