The environment where the index is hosted.
OptionalmetadataConfiguration for the behavior of Pinecone's internal metadata index. By default, all metadata is indexed;
when metadataConfig is present, only specified metadata fields are indexed. These configurations are only valid
for use with pod-based indexes.
OptionalpodsThe number of pods to be used in the index. This should be equal to shards x replicas.'
The type of pod to use. One of s1, p1, or p2 appended with . and one of x1, x2, x4, or x8.
OptionalreplicasThe number of replicas. Replicas duplicate your index. They provide higher availability and throughput. Replicas can be scaled up or down as your needs change.
OptionalshardsThe number of shards. Shards split your data across multiple pods so you can fit more data into an index.
OptionalsourceThe name of the collection to be used as the source for the index.
Configuration needed to deploy a serverless index.
See
Understanding Pod-based indexes