Interface CreateIndexRequest

The configuration needed to create a Pinecone index.

Export

CreateIndexRequest

Hierarchy

  • CreateIndexRequest

Properties

Properties

dimension: number

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

Memberof

CreateIndexRequest

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

Memberof

CreateIndexRequest

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

CreateIndexRequest

spec: null | CreateIndexRequestSpec

Memberof

CreateIndexRequest