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

    Type Alias GroundingFilterSearchConfiguration

    Representation of the 'GroundingFilterSearchConfiguration' schema.

    type GroundingFilterSearchConfiguration = {
        max_chunk_count?: number;
        max_document_count?: number;
    }
    Index

    Properties

    max_chunk_count?: number

    Maximum number of chunks to be returned. Cannot be used with 'maxDocumentCount'.

    max_document_count?: number

    [Only supports 'vector' dataRepositoryType] - Maximum number of documents to be returned. Cannot be used with 'maxChunkCount'. If maxDocumentCount is given, then only one chunk per document is returned.

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