From 0c46f7dc26226af34764a1f12e0c21cc718e3b8d Mon Sep 17 00:00:00 2001 From: vasilije Date: Sat, 12 Jul 2025 10:38:55 +0200 Subject: [PATCH] fixes to tasks --- cognee/tasks/graph/extract_graph_from_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/tasks/graph/extract_graph_from_data.py b/cognee/tasks/graph/extract_graph_from_data.py index 3aeda8b70..8ad19fc3d 100644 --- a/cognee/tasks/graph/extract_graph_from_data.py +++ b/cognee/tasks/graph/extract_graph_from_data.py @@ -47,7 +47,6 @@ async def integrate_chunk_graphs( existing_edges_map = await retrieve_existing_edges( data_chunks, chunk_graphs, - graph_engine, ) graph_nodes, graph_edges = expand_with_nodes_and_edges(