You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create indexes using source_collection option in PodSpec
This release resolves a bug when passing source_collection as part of the PodSpec. This option is used when creating a new index from vector data stored in a collection. The value of this field should be a collection you have created previously from an index and that shows with pc.list_collections(). Currently collections and pod-based indexes are not portable across environments.
Is this a new bug in the Pinecone Python client?
Current Behavior
In pinecone v3, neither the
ServerlessSpec
or thePodSpec
allow creating indexes from a source collection even though the docs show that this is possible:https://docs.pinecone.io/docs/manage-indexes#create-an-index-from-a-collection
Expected Behavior
Be able to create both serverless and pod specs from collections
Steps To Reproduce
Pinecone
instancepinecone.create_index()
, attempt to create either a pod or serverless based indexRelevant log output
Environment
Additional Context
Link to docs
Link to source code that mismatches
The text was updated successfully, but these errors were encountered: