GraphIndexResult
@forge/monorepo / backend/src / GraphIndexResult
Type Alias: GraphIndexResult
GraphIndexResult =
object
Defined in: backend/src/knowledge/graph.ts:309
What indexing a source into the graph cost and produced — AC-9.
Properties
elapsedMs
readonlyelapsedMs:number
Defined in: backend/src/knowledge/graph.ts:321
entities
readonlyentities:number
Defined in: backend/src/knowledge/graph.ts:312
extractionCalls
readonlyextractionCalls:number
Defined in: backend/src/knowledge/graph.ts:316
Model calls made. The number an operator needs before enabling this on a large corpus.
inputTokens
readonlyinputTokens:number
Defined in: backend/src/knowledge/graph.ts:317
outputTokens
readonlyoutputTokens:number
Defined in: backend/src/knowledge/graph.ts:318
pruned
readonlypruned:number
Defined in: backend/src/knowledge/graph.ts:314
ran
readonlyran:boolean
Defined in: backend/src/knowledge/graph.ts:311
false when GraphRAG is off for the tenant or the source is not flagged. Nothing was called.
relationships
readonlyrelationships:number
Defined in: backend/src/knowledge/graph.ts:313
unusableChunks
readonlyunusableChunks:number
Defined in: backend/src/knowledge/graph.ts:320
Chunks whose extraction was unusable. Nonzero is a signal about the extractor, not a failure.