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

    Interface ReadCapacityDedicatedSettings

    The configuration for dedicated read capacity.

    interface ReadCapacityDedicatedSettings {
        manual: ScalingConfigManualInput;
        nodeType: DedicatedNodeType;
        scaling: ReadCapacityScaling;
    }
    Index

    The replica and shard counts to use for manual scaling.

    The type of machines to use.

    The scaling strategy to use.