diff --git a/cognee/modules/graph/cognee_graph/CogneeGraph.py b/cognee/modules/graph/cognee_graph/CogneeGraph.py index bec9b15fd..f67c026d3 100644 --- a/cognee/modules/graph/cognee_graph/CogneeGraph.py +++ b/cognee/modules/graph/cognee_graph/CogneeGraph.py @@ -215,9 +215,6 @@ class CogneeGraph(CogneeAbstractGraph): edge_penalty=triplet_distance_penalty, ) self.add_edge(edge) - - source_node.add_skeleton_edge(edge) - target_node.add_skeleton_edge(edge) else: raise EntityNotFoundError( message=f"Edge references nonexistent nodes: {source_id} -> {target_id}"