Interface LoadOptions

Options for the lower-level Memory.load() document-parsing primitive.

interface LoadOptions {
    format?: string;
}

Properties

Properties

format?: string

Format hint passed directly to the document parser.

Example

'pdf' | 'docx' | 'md' | 'txt'