Interface CollectionModel

The CollectionModel describes the configuration and status of a Pinecone collection.

Export

CollectionModel

Hierarchy

  • CollectionModel

Properties

dimension?: number

The dimension of the vectors stored in each record held in the collection.

Memberof

CollectionModel

environment: string

The environment where the collection is hosted.

Memberof

CollectionModel

name: string

Memberof

CollectionModel

size?: number

The size of the collection in bytes.

Memberof

CollectionModel

status: CollectionModelStatusEnum

The status of the collection.

Memberof

CollectionModel

vectorCount?: number

The number of records stored in the collection.

Memberof

CollectionModel