I’m building a workflow that starts with a Google Drive Trigger for File Updated. The workflow downloads the updated Google Doc, splits it into chunks, and stores the embeddings in Pinecone.
The problem is:
When a file is updated, the workflow runs, but Pinecone does not update the existing chunks.