diff --git a/lightrag/kg/memgraph_impl.py b/lightrag/kg/memgraph_impl.py index 5838343d..3d2c131e 100644 --- a/lightrag/kg/memgraph_impl.py +++ b/lightrag/kg/memgraph_impl.py @@ -842,7 +842,6 @@ class MemgraphStorage(BaseGraphStorage): subgraph_query, { "entity_id": node_label, - "max_depth": max_depth, "max_nodes": max_nodes, }, )