When multiple files are connected to a Pinecone Vectorstore to be added, it sometimes only adds the last one.
for example if the AWS node returned more than one file.
I think it clears the namespace before every add, and I end up with just the last file.
I solved it by calling the Pinecone API on a separate node and clear the namespace separately
Information on your n8n setup
- n8n version: 1.77.3
- Database (default: SQLite): supabase
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: linux