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

    Interface PreviewCollectionList

    The list of collections that exist in the project.

    CollectionList

    interface PreviewCollectionList {
        collections?: PreviewCollectionModel[];
    }
    Index
    collections?: PreviewCollectionModel[]

    List of collections in the project

    CollectionList