cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

NEO4j, Storing more than `3` models in the catalog is available with a licensed Graph Data Science l

fanmo1990
Node

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/
 
 

 

0 REPLIES 0