KnowledgeGraph.question_stats()

Get summary statistics for the enrichment question queue.

Usage

Source

KnowledgeGraph.question_stats()

Returns

dict[str, int]
Counts by status (total, pending, answered, dismissed, expired).

Examples

kg.question_stats()
# {"total": 5, "pending": 3, "answered": 1, ...}