Commit 2768788
authored
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)1 parent 639bed2 commit 2768788
2 files changed
+6
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments