The public cloud where you would like your index hosted.
OptionalreadThe read capacity configuration for the index. Defaults to OnDemand if not provided.
The region where you would like your index to be created.
OptionalschemaSchema 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.
OptionalsourceThe name of the collection to be used as the source for the index. NOTE: Collections can only be created from pods-based indexes.
Configuration needed to deploy a serverless index.
See
Understanding Serverless indexes