Interface: DocumentStatsDto
@kortexya/reasoninglayer / Ingestion / DocumentStatsDto
Interface: DocumentStatsDto
Defined in: src/types/ingestion.ts:132
Stats for a single completed document within a session.
Properties
chunksProcessed
chunksProcessed:
number
Defined in: src/types/ingestion.ts:134
Number of chunks successfully processed.
completedAt?
optionalcompletedAt:string|null
Defined in: src/types/ingestion.ts:136
When ingestion completed (ISO 8601).
documentId
documentId:
string
Defined in: src/types/ingestion.ts:138
Document identifier (UUID).
entitiesExtracted
entitiesExtracted:
number
Defined in: src/types/ingestion.ts:140
Number of entities extracted from text.
processingTimeMs
processingTimeMs:
number
Defined in: src/types/ingestion.ts:142
Processing time in milliseconds.
relationsExtracted
relationsExtracted:
number
Defined in: src/types/ingestion.ts:144
Number of relations extracted from text.
sortNames
sortNames:
string[]
Defined in: src/types/ingestion.ts:146
Names of sorts created/reused.
termIds
termIds:
string[]
Defined in: src/types/ingestion.ts:148
IDs of terms created/updated during ingestion.
totalTokens
totalTokens:
number
Defined in: src/types/ingestion.ts:150
Total tokens consumed across all LLM calls.