pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
309 stars 81 forks source link

[Refactor] Extract GrpcChannelFactory from GRPCIndexBase #394

Closed jhamon closed 1 month ago

jhamon commented 1 month ago

Problem

I'm preparing to implement asyncio for the data plane, and I had a need to extract some of this grpc channel configuration into a spot where it could be reused more easily across both sync and async implementations.

Solution

Type of Change