pub fn export_cypher(
graph: &KnowledgeGraph,
output_dir: &Path,
) -> Result<PathBuf>Expand description
Export the graph as Cypher CREATE statements for Neo4j.
pub fn export_cypher(
graph: &KnowledgeGraph,
output_dir: &Path,
) -> Result<PathBuf>Export the graph as Cypher CREATE statements for Neo4j.