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

Method upsert_node

LightRAG/lightrag/base.py:118–119  ·  view source on GitHub ↗
(self, node_id: str, node_data: dict[str, str])

Source from the content-addressed store, hash-verified

116 raise NotImplementedError
117
118 async def upsert_node(self, node_id: str, node_data: dict[str, str]):
119 raise NotImplementedError
120
121 async def upsert_edge(
122 self, source_node_id: str, target_node_id: str, edge_data: dict[str, str]

Callers 3

ainsert_custom_kgMethod · 0.45
_merge_nodes_then_upsertFunction · 0.45
_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected