Closed igiloh-pinecone closed 9 months ago
After the recent changes in pinecone-client 3.0.0, using the GRPC flavor was broken
Changed the code to use the new client syntax
Tested manually by installing pip install pinecone-client[grpc] and running canopy upsert
pip install pinecone-client[grpc]
canopy upsert
Problem
After the recent changes in pinecone-client 3.0.0, using the GRPC flavor was broken
Solution
Changed the code to use the new client syntax
Type of Change
Test Plan
Tested manually by installing
pip install pinecone-client[grpc]
and runningcanopy upsert