Hello everyone, what a crazy age we will in !
I’m new to n8n and working on a workflow to keep my Pinecone vector store in sync with a Google Drive folder. My goal is to make sure that all documents in a specific Google Drive folder are reflected in Pinecone, so users who use my chat interface always get accurate and up-to-date information.
I’ve managed to set up the workflow so that when I add a new file to the Google Drive folder, it gets added to Pinecone automatically. However, I’m having trouble with deletions:
When I delete a file from the Google Drive folder, the corresponding data remains in Pinecone, and the chat still has access to the deleted information.
The only way I’ve found to remove this data is to manually delete it from Pinecone, which isn’t scalable.
Is there a recommended way in n8n to automatically detect when a file is deleted from Google Drive and then remove the corresponding vector from Pinecone?
Any guidance, best practices, or example workflows would be greatly appreciated!
Thank you for your help!
may be this can help.
1 Like
Thanks Moosa I’m checking it out !
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.