pinecone-vercel-starter
pinecone-vercel-starter copied to clipboard
Pinecone + Vercel AI SDK Starter
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
On successful upsert, we currently show: - `N results` Like this:  I think this feature is awesome, but it could be more clear what happened. Something like: `N results...
PINECONE_INDEX should be one of the values that causes the app to fail to start if it is not set as an env var.
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...
Currently, it's possible to start the app without the two required environment variables being set: - `PINECONE_API_KEY` - `PINECONE_ENVIRONMENT` which might be confusing for users, because the app will appear...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
I deployed the repo to Vercel using my own OpenAI api key and the speed difference generating the response is huge compared to https://pinecone-vercel-example.vercel.app/ I guess it's because the open...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
## Problem The existing crawler logic adds any found URLs to the queue without checking if they belong to the same domain as the starting URL. This could result in...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...