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

    Type Alias DocumentGroundingServiceFilter

    DocumentGroundingServiceFilter: Omit<
        DocumentGroundingFilter,
        "data_repository_type",
    > & { data_repository_type?: DataRepositoryType }

    Represents a filter configuration for the Document Grounding Service.

    Type Declaration

    • Optionaldata_repository_type?: DataRepositoryType

      Defines the type of data repository. If not set, the default value is 'vector'.

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