docs: Updated some docs, not a lot was necessary
This commit is contained in:
parent
7f775ace7c
commit
475749b8de
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue