Vectorstore: Clear namespace only adds the last data

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

Were you able to solve this completely? Do you need further assistance?

1 Like

I solved it by calling the Pinecone API directly as I mention.
If you have a better solution please tell me

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.