MCPcopy Create free account
hub / github.com/circlemind-ai/fast-graphrag / upsert_node

Method upsert_node

fast_graphrag/_storage/_base.py:233–234  ·  view source on GitHub ↗
(self, node: GTNode, node_index: Union[TIndex, None])

Source from the content-addressed store, hash-verified

231 raise NotImplementedError
232
233 async def upsert_node(self, node: GTNode, node_index: Union[TIndex, None]) -> TIndex:
234 raise NotImplementedError
235
236 async def upsert_edge(self, edge: GTEdge, edge_index: Union[TIndex, None]) -> TIndex:
237 raise NotImplementedError

Callers 3

test_upsert_nodeMethod · 0.45
__call__Method · 0.45
_upsert_nodeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_upsert_nodeMethod · 0.36