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

    Interface IndexList

    The list of indexes that exist in the project.

    IndexList

    interface IndexList {
        indexes?: IndexModel[];
    }
    Index
    indexes?: IndexModel[]

    List of indexes in the project

    IndexList