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

    Type Alias DataRepository

    DataRepository: {
        id: string;
        message?: string | null;
        metadata?: RetrievalKeyValueListPair[];
        remoteGroundingName?: string | null;
        title: string;
        type: DataRepositoryType;
    } & Record<string, any>

    DataRepository schema expected by Retrieval.

    Type Declaration

    • id: string

      Unique identifier of this DataRepository. Format: "uuid".

    • Optionalmessage?: string | null
    • Optionalmetadata?: RetrievalKeyValueListPair[]

      Metadata attached to DataRepository. Useful to later limit search to a subset of DataRepositories. Default: [].

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

    • OptionalremoteGroundingName?: string | null
    • title: string
    • type: DataRepositoryType