Interface IndexModel

The IndexModel describes the configuration and status of a Pinecone index.

Export

IndexModel

Hierarchy

  • IndexModel

Properties

dimension: number

The dimensions of the vectors to be inserted in the index.

Memberof

IndexModel

host: string

The URL address where the index is hosted.

Memberof

IndexModel

metric: IndexModelMetricEnum

The distance metric to be used for similarity search. You can use 'euclidean', 'cosine', or 'dotproduct'.

Memberof

IndexModel

name: string

The name of the index. 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

IndexModel

spec: IndexModelSpec

Memberof

IndexModel

status: IndexModelStatus

Memberof

IndexModel