SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...
    Collection: {
        embeddingConfig: EmbeddingConfig;
        id: string;
        metadata?: VectorKeyValueListPair[];
        title?: string | null;
    } & Record<string, any>

    A logical grouping of content.

    Type Declaration

    • embeddingConfig: EmbeddingConfig
    • id: string

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

    • Optionalmetadata?: VectorKeyValueListPair[]

      Metadata attached to collection. Useful to restrict search to a subset of collections. Default: [].

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

    • Optionaltitle?: string | null