mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-03 02:16:42 +00:00
update subgraph query comment
This commit is contained in:
parent
45815f1eae
commit
9beb2456ec
@ -810,7 +810,7 @@ class MemgraphStorage(BaseGraphStorage):
|
||||
await result_set.consume()
|
||||
|
||||
else:
|
||||
# For specific node queries, use path.subgraph_all with the refined query pattern
|
||||
# Run subgraph query for specific node_label
|
||||
subgraph_query = f"""
|
||||
MATCH (start:`{workspace_label}`)
|
||||
WHERE start.entity_id = $entity_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user