pinecone-io / go-pinecone

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

Update grpc bindings to use new Vector Service API #1

Closed benjaminran closed 2 years ago

benjaminran commented 2 years ago

This switches go-pinecone to use the newer external "vector service" api instead of "core.proto", which is no longer intended for external use. The new api is much more user-friendly, as the diff in the sample app hopefully shows.

Planning to tag this as release v0.3.0.

A few more notes about the change:

Codegen, build, and the sample app all work without any surprises.