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

    Type Alias ReadCapacityState

    ReadCapacityState: "Ready" | "Scaling" | "Migrating" | "Error" | string & {}

    The state of an index's read capacity.

    Scaling follows a change to the replica or shard count, Migrating a change to the node type. On Error, see errorMessage for details.