Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Type Alias DescribeIndexStatsOptions

    Optionally specify a filter expression to limit results from Index.describeIndexStats.

    type DescribeIndexStatsOptions = {
        filter: object;
    }
    Index
    filter: object

    If this parameter is present, the operation only returns statistics for vectors that satisfy the filter.