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

Method get_edge

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

Source from the content-addressed store, hash-verified

106 raise NotImplementedError
107
108 async def get_edge(
109 self, source_node_id: str, target_node_id: str
110 ) -> Union[dict, None]:
111 raise NotImplementedError
112
113 async def get_node_edges(
114 self, source_node_id: str

Callers 3

_merge_edges_then_upsertFunction · 0.45
_get_edge_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected