pub fn add_entity( memory_dir: &Path, name: &str, entity_type: &str, abstract_text: &str, overview: Option<&str>, source: Option<&str>, ) -> Result<(), String>
Add an entity to the graph.