Skip to content

Type Alias: DocumentSource

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentSource

Type Alias: DocumentSource

DocumentSource = { base64: { data: string; filename: string; }; } | { url: string; }

Defined in: src/types/ingestion.ts:319

Source of the document to ingest.

Remarks

Either a base64-encoded document with filename or a URL to download from.