Skip to content

Commit

Permalink
Explain about plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jul 19, 2024
1 parent 7266a5e commit 66848ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more information, see the docs at https://www.pinecone.io/docs/

As part of an overall move to stop exposing generated code in the package's public interface, an obscure configuration property (`openapi_config`) was removed in favor of individual configuration options such as `proxy_url`, `proxy_headers`, and `ssl_ca_certs`. All of these properties were available in v3 and v4 releases of the SDK, with deprecation notices shown to affected users.

The specific objects being returned from methods such as `describe_index` and `list_indexes` have been changed, but the change should not impact usage as these implement the same interface.
It is no longer necessary to install the separate plugin, `pinecone-plugin-inference`, to try out the [Inference API](https://docs.pinecone.io/guides/inference/understanding-inference); that plugin is now installed by default in the v5 SDK. See [usage instructions below](#inference-api).

#### Older releases

Expand Down

0 comments on commit 66848ef

Please sign in to comment.