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

    Type Alias DocumentInput

    DocumentInput: {
        chunks: TextOnlyBaseChunk[];
        id: string;
        metadata: VectorDocumentKeyValueListPair[];
    } & Record<string, any>

    A single document stored in a collection by ID.

    Type Declaration