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

    Interface ReadCapacityDedicated

    Dedicated read capacity. Reserves read nodes for the index, giving predictable throughput and latency.

    interface ReadCapacityDedicated {
        dedicated: ReadCapacityDedicatedSettings;
        mode: "Dedicated";
    }
    Index

    The node type and scaling configuration for the dedicated read nodes.

    mode: "Dedicated"

    The mode of the index.