Interface CreateCollectionRequest

The configuration needed to create a Pinecone collection.

Export

CreateCollectionRequest

Hierarchy

  • CreateCollectionRequest

Properties

Properties

name: string

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 '-'.

Memberof

CreateCollectionRequest

source: string

The name of the index to be used as the source for the collection.

Memberof

CreateCollectionRequest