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

Method index_start_callback

nano_graphrag/base.py:64–66  ·  view source on GitHub ↗

commit the storage operations after indexing

(self)

Source from the content-addressed store, hash-verified

62 global_config: dict
63
64 async def index_start_callback(self):
65 """commit the storage operations after indexing"""
66 pass
67
68 async def index_done_callback(self):
69 """commit the storage operations after indexing"""

Callers 1

_insert_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected