Hello,
Is it please possible to use Grape to create embeddings of nodes with features? From my understanding, grape should include graphSAGE algorithm, which should support nodes features. However in the e.g. Graph.from_csv I did not find any parameter which would suggest we might load a graph including node and edge features.
Thank you!