get_document_status_counts
Retrieve document counts by processing status (pending, processing, processed, failed) to quickly answer how many documents exist in LightRAG without listing all documents.
Instructions
Get the count of documents in each processing status (pending,
processing, processed, failed, ...). The fast, low-context way to
answer "how many documents does LightRAG have" -- prefer this over
list_documents when only the counts are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||