SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias DocumentOutput

    DocumentOutput: {
        chunks: VectorChunk[];
        id: string;
        metadata?: VectorDocumentKeyValueListPair[];
    } & Record<string, any>

    Representation of the 'DocumentOutput' schema.

    Type Declaration