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

    Type Alias DataRepositoryWithDocuments

    DataRepositoryWithDocuments: {
        documents: Document[];
        id: string;
        metadata?: RetrievalKeyValueListPair[];
        title: string;
    } & Record<string, any>

    DataRepository schema returned by the Vector search endpoint

    Type Declaration

    • documents: Document[]
    • id: string

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

    • Optionalmetadata?: RetrievalKeyValueListPair[]

      Metadata attached to DataRepository. Useful to later limit search to a subset of DataRepositories.

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

    • title: string