MCPcopy
hub / github.com/HKUDS/MiniRAG / get

Method get

minirag/kg/jsondocstatus_impl.py:120–122  ·  view source on GitHub ↗

Get document status by ID

(self, doc_id: str)

Source from the content-addressed store, hash-verified

118 return self._data.get(id)
119
120 async def get(self, doc_id: str) -> Union[DocProcessingStatus, None]:
121 """Get document status by ID"""
122 return self._data.get(doc_id)
123
124 async def delete(self, doc_ids: list[str]):
125 """Delete document status by IDs"""

Callers 15

mainFunction · 0.80
xml_to_jsonFunction · 0.80
calculate_similarityFunction · 0.80
__init__Method · 0.80
local_queryFunction · 0.80
global_queryFunction · 0.80
hybrid_queryFunction · 0.80
scorednode2chunkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected