pinecone-io / pinecone-python-client

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

Remove `openapi_config` kwarg #368

Closed jhamon closed 1 month ago

jhamon commented 1 month ago

Problem

We want to remove the openapi_config config property because we don't want generated openapi stuff in the public interface.

Solution

Type of Change