Create a collection
This operation creates a Pinecone collection.
Serverless indexes do not support collections.
Authorizations
An API Key is required to call Pinecone APIs. Get yours from the console.
Body
The configuration needed to create a Pinecone collection.
The name of the collection to be created. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
The name of the index to be used as the source for the collection.
Response
The CollectionModel describes the configuration and status of a Pinecone collection.
The name of the collection.
The size of the collection in bytes.
The status of the collection.
Initializing
, Ready
, Terminating
The dimension of the vectors stored in each record held in the collection.
The number of records stored in the collection.
The environment where the collection is hosted.
Was this page helpful?