pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
309 stars 81 forks source link

Adjusting inference plugin dependency #379

Closed jhamon closed 3 months ago

jhamon commented 3 months ago

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