From 2914b21b3404ffbe628805cd0ea57a6afc27448b Mon Sep 17 00:00:00 2001 From: DavIvek Date: Mon, 14 Jul 2025 16:25:58 +0200 Subject: [PATCH] remove unused query parameter --- lightrag/kg/memgraph_impl.py | 1 - 1 file changed, 1 deletion(-) 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, }, )