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

    Type Alias ReadCapacityOnDemandParams

    On-demand read capacity configuration. If CreateIndexReadCapacity or mode is omitted, the index will be created with on-demand read capacity.

    type ReadCapacityOnDemandParams = {
        mode?: "OnDemand";
    }
    Index
    mode?: "OnDemand"

    The mode of the index.