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

Method get_node_edges

LightRAG/lightrag/base.py:113–116  ·  view source on GitHub ↗
(
        self, source_node_id: str
    )

Source from the content-addressed store, hash-verified

111 raise NotImplementedError
112
113 async def get_node_edges(
114 self, source_node_id: str
115 ) -> Union[list[tuple[str, str]], None]:
116 raise NotImplementedError
117
118 async def upsert_node(self, node_id: str, node_data: dict[str, str]):
119 raise NotImplementedError

Calls

no outgoing calls

Tested by

no test coverage detected