You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "waleedahmed0001 (via GitHub)" <gi...@apache.org> on 2023/06/24 13:14:14 UTC

[GitHub] [age] waleedahmed0001 commented on issue #890: ImportError in age.models

waleedahmed0001 commented on issue #890:
URL: https://github.com/apache/age/issues/890#issuecomment-1605485768

   These are the classes defined in the models file.
   
   Graph: Represents a graph object with rows and vertices.
   AGObj: Base class for AGE objects.
   Path: Represents a path object composed of multiple entities.
   Vertex: Represents a vertex in the graph with an ID, label, and properties.
   Edge: Represents an edge in the graph with an ID, label, start ID, end ID, and properties.
   
   The model class is not defined and that's why you are getting this error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org