OptionalbuildStatus of the most recent backfill/rebuild job, when one exists.
OptionalcombinedLifetime LLM usage of the combined contextual-blurb + graph-extraction call (run automatically for
ragType:'contextual' graph-enabled KBs), when any was recorded. Covers BOTH the contextual blurb
and graph extraction in one call, so it is not directly comparable to the graph-only
ingestUsage.
Number of communities detected (Phase 3), 0 when none.
Contexts stamped as graph-indexed.
Total contexts in the KB.
OptionaldocDocument nodes in the KB's graph (Layered KB Graph L1) — one per graph-indexed context.
OptionaldocsDocument nodes carrying a non-empty LLM description (failed descriptions retry on rebuild).
Whether GraphRAG is enabled on the KB.
Number of entities in the KB's graph partition.
OptionalfacetsThe KB's facet trees (Layered KB Graph L3, deterministic) — empty until a rebuild builds them.
OptionalingestLifetime LLM usage of incremental graph ingestion (per-upsert extraction), when any was recorded.
OptionallastLLM usage of the most recent rebuildGraph run (including its re-extraction), when one ran.
Number of outgoing relationships (mirrors excluded).
OptionalstaleDocuments added since the last topic build (the structureStale numerator).
OptionalstructureTrue when documents were graph-indexed after the last topic build — themes may lag content until
the next rebuildGraph. Only meaningful once topics exist (absent before the first rebuild).
OptionaltopicLeaf-level inter-topic edges (relationship counts crossing topic boundaries), present once a graph build has computed them. Roll up to coarser tiers by mapping each endpoint to its ancestor.
OptionaltopicsThe KB's topic (theme) hierarchy — present once a graph build has clustered topics. Ids churn on rebuild (KnowledgeBaseGraphTopic.id); resolve them per session, never persist them.
Response structure for a knowledge base's GraphRAG build/readiness status. Drives the ai-eval readiness poll (index until
contextsIndexed === contextsTotalandbuildJobis not in-progress).