Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to no longer mention runtime checks (#256)
## Problem Since we removed runtime checks, we need to remove the part in our README about the `PINECONE_DISABLE_RUNTIME_VALIDATIONS` env var (missed 1st time around): https://github.com/pinecone-io/pinecone-ts-client/pull/249/files#diff-a54261af011358e447a9f3ef717ee8e5d5bb4258f8d95e246b39cf3666244f1fL275 <img width="1274" alt="Screenshot 2024-08-26 at 5 23 35 PM" src="https://github.com/user-attachments/assets/cad55314-47a6-4236-a16c-afeb436e2ed3"> ## Solution Remove it :) ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here)
- Loading branch information