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

    Interface IndexList

    The indexes in a project, as returned by Indexes.list.

    interface IndexList {
        indexes?: IndexModel[];
    }

    Hierarchy

    • Omit<GeneratedIndexList, "indexes">
      • IndexList
    Index
    indexes?: IndexModel[]

    Indexes in the project.