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

Method delete_node

LightRAG/lightrag/base.py:126–127  ·  view source on GitHub ↗
(self, node_id: str)

Source from the content-addressed store, hash-verified

124 raise NotImplementedError
125
126 async def delete_node(self, node_id: str):
127 raise NotImplementedError
128
129 async def embed_nodes(self, algorithm: str) -> tuple[np.ndarray, list[str]]:
130 raise NotImplementedError("Node embedding is not used in lightrag.")

Callers 1

adelete_by_entityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected