From 475749b8decb2b20d7ebd3440c4af2bf5e1b961c Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Wed, 17 Sep 2025 11:47:37 +0200 Subject: [PATCH] docs: Updated some docs, not a lot was necessary --- cognee/modules/graph/utils/retrieve_existing_edges.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cognee/modules/graph/utils/retrieve_existing_edges.py b/cognee/modules/graph/utils/retrieve_existing_edges.py index 20cb30a26..f0aefacd4 100644 --- a/cognee/modules/graph/utils/retrieve_existing_edges.py +++ b/cognee/modules/graph/utils/retrieve_existing_edges.py @@ -23,8 +23,6 @@ async def retrieve_existing_edges( chunk_graphs (list[KnowledgeGraph]): List of knowledge graphs corresponding to each data chunk. Each graph contains nodes (entities) and edges (relationships) that were extracted from the chunk content. - graph_engine (GraphDBInterface): Interface to the graph database that will be queried - to check for existing edges. Must implement the has_edges() method. Returns: dict[str, bool]: A mapping of edge keys to boolean values indicating existence.