Commit a374c49
authored
Update Pinecone Ruby Client to 1.x (#987)
This PR updates Pinecone Ruby Client to 1.x to use Pinecone V2 API.
Pinecone 1.1 has already been released:
https://github.com/ScotterC/pinecone/blob/main/CHANGELOG.md
So this change sets the development dependency to `"~> 1.0"` to enable testing within the 1.x series.
As noted in issue #662, users are likely specifying `"~> 1.0"` in their Gemfile,
so this version constraint is chosen to allow compatibility with minor updates.
Closes #662.1 parent 81af55a commit a374c49
File tree
3 files changed
+3
-3
lines changed- lib/langchain/vectorsearch
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments