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` property #369

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. This is a holdover from the v2 days of pinecone.init() but has never been documented; I would be surprised if anyone is actually using it.

Solution

Type of Change