Skip to content

Commit

Permalink
docs: use query not introduce isolated node
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Jul 4, 2023
1 parent aaec99d commit 37f15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ homo_dgl_graph = nebula_loader.load()

# or query based
query = """
MATCH p=()-->() RETURN p
MATCH p=()-[:follow]->() RETURN p
"""
nebula_loader = NebulaLoader(nebula_config, feature_mapper, query=query, query_space="basketballplayer")
homo_dgl_graph = nebula_loader.load()
Expand Down

0 comments on commit 37f15f1

Please sign in to comment.