Interface: DocumentBatchItem
@kortexya/reasoninglayer / Ingestion / DocumentBatchItem
Interface: DocumentBatchItem
Defined in: src/types/ingestion.ts:681
A single document in a batch request.
Properties
document
document:
DocumentSource
Defined in: src/types/ingestion.ts:683
Document source (base64 or URL).
documentId
documentId:
string
Defined in: src/types/ingestion.ts:685
Unique document identifier (for tracking).
documentType?
optionaldocumentType:DocumentType|null
Defined in: src/types/ingestion.ts:687
Document type hint.