Issue #378 raised a concern about a circular dependency relationship between the pinecone-client and pinecone-plugin-inference plugin which implements new Inference API functionality.
Solution
We have updated the plugin to remove it's declared dependency on pinecone-client, and now need to update the pinecone-client to consume that update.
Type of Change
[x] Bug fix (non-breaking change which fixes an issue)
Problem
Issue #378 raised a concern about a circular dependency relationship between the
pinecone-client
andpinecone-plugin-inference
plugin which implements new Inference API functionality.Solution
We have updated the plugin to remove it's declared dependency on pinecone-client, and now need to update the pinecone-client to consume that update.
Type of Change