docs: Updated some docs, not a lot was necessary

This commit is contained in:
Andrej Milicevic 2025-09-17 11:47:37 +02:00
parent 7f775ace7c
commit 475749b8de

View file

@ -23,8 +23,6 @@ async def retrieve_existing_edges(
chunk_graphs (list[KnowledgeGraph]): List of knowledge graphs corresponding to each chunk_graphs (list[KnowledgeGraph]): List of knowledge graphs corresponding to each
data chunk. Each graph contains nodes (entities) and edges (relationships) that data chunk. Each graph contains nodes (entities) and edges (relationships) that
were extracted from the chunk content. 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: Returns:
dict[str, bool]: A mapping of edge keys to boolean values indicating existence. dict[str, bool]: A mapping of edge keys to boolean values indicating existence.