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

    Type Alias ReadCapacityDedicatedParams

    Dedicated read capacity configuration.

    type ReadCapacityDedicatedParams = {
        manual: { replicas: number; shards: number };
        mode?: "Dedicated";
        nodeType: DedicatedNodeType;
    }
    Index
    manual: { replicas: number; shards: number }

    The configuration for manual scaling.

    Type Declaration

    • replicas: number

      The number of replicas to use. Replicas duplicate the compute resources and data of an index, allowing higher query throughput and availability. Setting replicas to 0 disables the index but can be used to reduce costs while usage is paused.

    • shards: number

      The number of shards to use. Shards determine the storage capacity of an index, with each shard providing 250 GB of storage.

    mode?: "Dedicated"

    The mode of the index.

    The type of machines to use. Available options: b1, t1.