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

Class StorageNameSpace

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

Source from the content-addressed store, hash-verified

33
34@dataclass
35class StorageNameSpace:
36 namespace: str
37 global_config: dict
38
39 async def index_done_callback(self):
40 """commit the storage operations after indexing"""
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