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

    Interface ServerlessSpecResponse

    Configuration of a serverless index.

    ServerlessSpecResponse

    interface ServerlessSpecResponse {
        cloud: string;
        readCapacity: ReadCapacityResponse;
        region: string;
        schema?: MetadataSchema;
        sourceCollection?: string;
    }
    Index
    cloud: string

    The public cloud where you would like your index hosted. Possible values: gcp, aws, or azure.

    ServerlessSpecResponse

    readCapacity: ReadCapacityResponse

    ServerlessSpecResponse

    region: string

    The region where you would like your index to be created.

    ServerlessSpecResponse

    ServerlessSpecResponse

    sourceCollection?: string

    The name of the collection to be used as the source for the index.

    ServerlessSpecResponse