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

    Interface CollectionList

    The list of collections that exist in the project.

    CollectionList

    interface CollectionList {
        collections?: CollectionModel[];
    }
    Index
    collections?: CollectionModel[]

    List of collections in the project

    CollectionList