pinecone-vercel-starter icon indicating copy to clipboard operation
pinecone-vercel-starter copied to clipboard

PINECONE_INDEX should be created if not exists

Open zackproser opened this issue 1 year ago • 0 comments

To ease the getting started path, if the user sets a PINECONE_INDEX value that doesn't already exist as an index in their account, we should create it first using the waitUntilReady param in the latest TypeScript client's createIndex call.

zackproser avatar Jan 08 '24 21:01 zackproser