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

    Interface CreateCollectionOptions

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

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

    The collection name, such as catalog-snapshot. Must be unique within the project.

    source: string

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