pinecone-io / pinecone-ts-client

The official TypeScript/Node client for the Pinecone vector database
https://www.pinecone.io
Apache License 2.0
182 stars 38 forks source link

Remove serverless public preview warnings #214

Closed austin-denoble closed 5 months ago

austin-denoble commented 5 months ago

Problem

The serverless public preview warnings from January are still in docstrings and documentation. Since we've expanded the number of regions available, we should pull these out.

Solution

Remove "public preview" warnings calling out the us-west-2 environment from README, docstrings, and the migration guide.

Type of Change

Test Plan

CI, run the client reference action after merged to main to update reference docs.