This document explains the concepts related to collections in Pinecone.A collection is a static copy of an index. It is a non-queryable representation of a set of vectors and metadata. You can create a collection from an index, and you can create a new index from a collection. This new index can differ from the original source index: the new index can have a different number of pods, a different pod type, or a different similarity metric.Indexes in the gcp-starter environment do not support collections.
You cannot query or write to a collection after its creation. For this reason, a collection only incurs storage costs.You can only perform operations on collections in the current Pinecone project.