We have been developing the client against the upcoming 2024-10 Pinecone API release in a release candidate branch: release-candidate/2024-10
We need to merge this branch into main so we can cut the v2.0.0 release.
Solution
Merge release-candidate/2024-10 into main. All of the commits on the branch have been validated through prior code reviews. The new features for 2024-10 include Embed, Rerank, and Import:
Problem
We have been developing the client against the upcoming
2024-10
Pinecone API release in a release candidate branch:release-candidate/2024-10
We need to merge this branch into
main
so we can cut thev2.0.0
release.Solution
Merge
release-candidate/2024-10
intomain
. All of the commits on the branch have been validated through prior code reviews. The new features for2024-10
includeEmbed
,Rerank
, andImport
:Type of Change
Test Plan
just test
CI and the testing suite should pass against this PR. Additionally, we've done validation against each individual commit that comprises the merge.