Is this a new bug in the Pinecone Python client?
Current Behavior
In pinecone v3, neither the ServerlessSpec or the PodSpec 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
- Create a
Pinecone instance
- Using,
pinecone.create_index(), attempt to create either a pod or serverless based index
Relevant log output
Environment
Additional Context
Link to docs
Link to source code that mismatches
Is this a new bug in the Pinecone Python client?
Current Behavior
In pinecone v3, neither the
ServerlessSpecor thePodSpecallow 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
Pineconeinstancepinecone.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