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

    Interface ByocSpec

    Configuration needed to deploy an index in a BYOC environment.

    ByocSpec

    interface ByocSpec {
        environment: string;
        readCapacity?: ReadCapacity;
        schema?: MetadataSchema;
    }
    Index
    environment: string

    The environment where the index is hosted.

    ByocSpec

    readCapacity?: ReadCapacity

    ByocSpec

    ByocSpec