Knowledge Graph Creation and Saving
In order to create and save a knowledge graph, it is important to import the correct module. The following steps explain the process.
Existing documentation :
from graph_maker import Neo4jGraphModel
Correct Syntax for Importing the Module
To create and save the knowledge graph, you should use the Neo4jGraphModel from the knowledge_graph_maker module:
from knowledge_graph_maker import Neo4jGraphModel
Knowledge Graph Creation and Saving
In order to create and save a knowledge graph, it is important to import the correct module. The following steps explain the process.
Existing documentation :
Correct Syntax for Importing the Module
To create and save the knowledge graph, you should use the
Neo4jGraphModelfrom theknowledge_graph_makermodule: