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

Fix listPaginated example in README #207

Closed austin-denoble closed 7 months ago

austin-denoble commented 7 months ago

Problem

Was reviewing the outgoing docs changes for list support and realized the code examples in the README were calling .list() rather than .listPaginated().

Solution

Update the README.

Type of Change