The public cloud where you would like your index hosted.
OptionaldeletionProtection?: stringAllows configuring an index to be protected from deletion. Defaults to disabled.
The CreateIndexForModelEmbed object used to configure the integrated inference embedding model.
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 '-'.
OptionalreadCapacity?: CreateIndexReadCapacityThe read capacity configuration for the index. Defaults to OnDemand if not provided.
The region where you would like your index to be created.
Optionalschema?: MetadataSchemaSchema for the behavior of Pinecone's internal metadata index. By default, all metadata is indexed; when schema is present, only fields which are present in the fields object with a filterable: true are indexed. Note that filterable: false is not currently supported.
OptionalsuppressConflicts?: booleanThis option tells the client not to throw if you attempt to create an index that already exists.
Optionaltags?: { [key: string]: string }Custom user tags added to an index. Keys must be 80 characters or less. Values must be 120 characters or less. Keys must be alphanumeric, '', or '-'. Values must be alphanumeric, ';', '@', '', '-', '.', '+', or ' '. To unset a key, set the value to be an empty string.
OptionalwaitUntilReady?: booleanThis option tells the client not to resolve the returned promise until the index is ready to receive data.
Options for creating an index for a specific model.