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

    Interface CreateIndexByocSpec

    Configuration needed to deploy a BYOC index.

    interface CreateIndexByocSpec {
        environment: string;
        readCapacity?: CreateIndexReadCapacity;
        schema?: MetadataSchema;
    }
    Index
    environment: string

    The environment identifier for the BYOC index.

    The read capacity configuration for the index. Defaults to OnDemand if not provided.

    The metadata schema for the index.