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

    Interface PreviewCreateCollectionOptionsAlpha

    Options for creating a collection from a pod-based index.

    interface PreviewCreateCollectionOptions {
        name: string;
        source: string;
    }
    Index
    name: string

    The name of the collection. Must be 1-45 chars, lowercase alphanumeric + '-', start/end alphanumeric.

    source: string

    The name of the source pod-based index to snapshot.