Private _defaultPrivate _pineconeProtected apiThe minimum required configuration to create an index is the index name, dimension, and spec.
await pinecone.createIndex({ name: 'my-index', dimension: 128, spec: { serverless: { cloud: 'aws', region: 'us-west-2' }}})
If an indexName is not provided, this will use the default index name defined in the environment variables instead.
Optional params: BaseRequestParamsPrivate wrapOptional message: stringPrivate wrap
Only sub-classes can access the API key