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

    Interface LegacyServerlessSpec

    Legacy serverless deployment information.

    interface LegacyServerlessSpec {
        cloud: string;
        readCapacity: ReadCapacityResponse;
        region: string;
        schema?: undefined;
        sourceCollection?: string;
    }
    Index
    cloud: string

    Cloud provider hosting the index.

    readCapacity: ReadCapacityResponse

    The read capacity object reported by the API.

    region: string

    Cloud region hosting the index.

    schema?: undefined

    Unavailable: the old metadata schema cannot be inferred from the searchable-field schema.

    sourceCollection?: string

    Collection from which this index was created.