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(