pub fn relate( memory_dir: &Path, from: &str, rel_type: &str, to: &str, description: Option<&str>, source: Option<&str>, ) -> Result<(), String>
Create a relationship between two entities.