MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / upsert_edge

Method upsert_edge

LightRAG/lightrag/base.py:121–124  ·  view source on GitHub ↗
(
        self, source_node_id: str, target_node_id: str, edge_data: dict[str, str]
    )

Source from the content-addressed store, hash-verified

119 raise NotImplementedError
120
121 async def upsert_edge(
122 self, source_node_id: str, target_node_id: str, edge_data: dict[str, str]
123 ):
124 raise NotImplementedError
125
126 async def delete_node(self, node_id: str):
127 raise NotImplementedError

Callers 2

ainsert_custom_kgMethod · 0.45
_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected