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

Method query_done_callback

LightRAG/lightrag/base.py:43–45  ·  view source on GitHub ↗

commit the storage operations after querying

(self)

Source from the content-addressed store, hash-verified

41 pass
42
43 async def query_done_callback(self):
44 """commit the storage operations after querying"""
45 pass
46
47
48@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected