update subgraph query comment

This commit is contained in:
DavIvek 2025-07-14 16:25:17 +02:00
parent 45815f1eae
commit 9beb2456ec

View file

@ -810,7 +810,7 @@ class MemgraphStorage(BaseGraphStorage):
await result_set.consume() await result_set.consume()
else: else:
# For specific node queries, use path.subgraph_all with the refined query pattern # Run subgraph query for specific node_label
subgraph_query = f""" subgraph_query = f"""
MATCH (start:`{workspace_label}`) MATCH (start:`{workspace_label}`)
WHERE start.entity_id = $entity_id WHERE start.entity_id = $entity_id