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

Method get_node

nano_graphrag/base.py:136–137  ·  view source on GitHub ↗
(self, node_id: str)

Source from the content-addressed store, hash-verified

134 raise NotImplementedError
135
136 async def get_node(self, node_id: str) -> Union[dict, None]:
137 raise NotImplementedError
138
139 async def get_nodes_batch(self, node_ids: list[str]) -> dict[str, Union[dict, None]]:
140 raise NotImplementedError

Callers 2

_merge_nodes_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected