Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.1.0
Pinecone TypeScript SDK
IndexList
Interface IndexList
The list of indexes that exist in the project.
Export
IndexList
interface
IndexList
{
indexes
?:
IndexModel
[]
;
}
Index
Properties
indexes?
Properties
Optional
indexes
indexes
?:
IndexModel
[]
List of indexes in the project
Memberof
IndexList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indexes
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.1.0
Loading...
The list of indexes that exist in the project.
Export
IndexList