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

Method get_node

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

Source from the content-addressed store, hash-verified

103 raise NotImplementedError
104
105 async def get_node(self, node_id: str) -> Union[dict, None]:
106 raise NotImplementedError
107
108 async def get_edge(
109 self, source_node_id: str, target_node_id: str

Calls

no outgoing calls

Tested by

no test coverage detected