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