Interface: IncompleteDocumentDto
@kortexya/reasoninglayer / Ingestion / IncompleteDocumentDto
Interface: IncompleteDocumentDto
Defined in: src/types/ingestion.ts:722
Document that is incomplete and can be resumed.
Properties
documentId
documentId:
string
Defined in: src/types/ingestion.ts:724
Document identifier.
resumeFromChunk
resumeFromChunk:
number
Defined in: src/types/ingestion.ts:726
Chunk index to resume from.