Skip to content

Commit

Permalink
speedup indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 10, 2025
1 parent 3e0a0de commit 725cab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_geometric/utils/rag/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ class to use. Defaults to LocalFeatureStore.
pre_transform=pre_transform)

node_feats = node_model(indexer.get_node_features(), **node_method_kwargs)
print("node_feats in create_remote_backend=", node_feats)
indexer.add_node_feature('x', node_feats)

edge_feats = edge_model(
Expand Down

0 comments on commit 725cab0

Please sign in to comment.