Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface ReadCapacityOnDemand

    On-demand read capacity. Compute is allocated per query, with no dedicated read nodes to size or manage. This is the default for a new index.

    interface ReadCapacityOnDemand {
        mode: "OnDemand";
    }
    Index
    mode: "OnDemand"

    The mode of the index.