MCPcopy Create free account
hub / github.com/Enfoirer/Text2GraphRAG / get_edge

Method get_edge

nano_graphrag/base.py:142–145  ·  view source on GitHub ↗
(
        self, source_node_id: str, target_node_id: str
    )

Source from the content-addressed store, hash-verified

140 raise NotImplementedError
141
142 async def get_edge(
143 self, source_node_id: str, target_node_id: str
144 ) -> Union[dict, None]:
145 raise NotImplementedError
146
147 async def get_edges_batch(
148 self, edge_pairs: list[tuple[str, str]]

Callers 2

_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected