pinecone-vercel-starter
pinecone-vercel-starter copied to clipboard
PINECONE_INDEX should be created if not exists
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.