Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusting inference plugin dependency (#379)
## Problem 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)
- Loading branch information