I am using NEO4j to do graph embedding. This is the document I follow. When I am running the code in Neo4j.
CALL gds.beta.graphSage.train(
'noPropertiesGraph',
{
modelName: 'myModel',
featureProperties: ['degree']
}
)
YIELD trainMillis
RETURN trainMillis
I met this error. How do I solve this? Please also find the details in the attachment
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure `gds.beta.graphSage.train`: Caused by: java.lang.IllegalStateException: Storing more than `3` models in the catalog is available with a licensed Graph Data Science library. See documentation at https://neo4j.com/docs/graph-data-science/