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

    Type Alias DocumentWithoutChunks

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

    A single document stored in a collection by ID without exposing its chunks.

    Type Declaration

    • id: string

      Unique identifier of a document. Format: "uuid".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • metadata: VectorDocumentKeyValueListPair[]