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

    Interface CreateIndexPodSpec

    New pod indexes cannot be created. Use a managed or BYOC deployment.

    interface CreateIndexPodSpec {
        environment: string;
        pods?: number;
        podType: string;
        replicas?: number;
        shards?: number;
    }
    Index
    environment: string

    Existing pod indexes can still be configured.

    pods?: number

    New pod indexes cannot be created.

    podType: string

    Existing pod indexes can still be configured.

    replicas?: number

    Existing pod indexes can still be configured.

    shards?: number

    New pod indexes cannot be created.