pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Merge `release-candidate/2024-10` branch to main #85

Closed austin-denoble closed 1 month ago

austin-denoble commented 1 month ago

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 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:

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.