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

Pinecone + Vercel AI SDK Starter

Results 24 pinecone-vercel-starter issues
Sort by recently updated
recently updated
newest added

## Problem Describe the purpose of this change. What problem is being solved and why? ## Solution Describe the approach you took. Link to any relevant bugs, issues, docs, or...

## Problem input highlight overflowing on left side: ![highlight-overflow](https://github.com/pinecone-io/pinecone-vercel-starter/assets/61082194/e846b32f-f03f-44c9-b715-8e7819351dac) ## Solution replace redundant margin with a little padding... This also equates to a little more screen real estate on mobile...

## Problem - Page urls in "Context" section overflow off the right of the screen, causing whole container to scroll to right. ## Solution - Use flex-wrap so urls don't...

## Problem In the existing design, visibility into the fetched documents is limited to instances right after the index has been freshly seeded. This approach was restrictive as it only...

## Problem We've been working to support the new global control plane service in the Pinecone clients. We need to update our sample apps to migrate to the new client...

## Problem Overall look and feel of the app leaves a lot to be desired. ## Solution Major updates to the UX/UI. This includes: 1. Overhauling the look and feel...

The metadata that I get from pinecone has no field called Chunk. This seemed to work for me. ## Problem Example doesn't work ## Solution Use .text instead of .chunk

The chunkedUpsert function is designed to split an array of PineconeRecord vectors into smaller chunks and upsert (insert or update) each chunk into a Pinecone index. It uses the sliceIntoChunks...

### 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...

bug

### Is this your first time submitting a feature request? - [X] I have searched the existing issues, and I could not find an existing issue for this feature -...

enhancement