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