Hello everyone,
I’m experiencing an issue with the Vector Store tool in n8n, and I’d appreciate any insights from the community.
Setup Details:
- n8n Version: 1.82.1
- Database: Supabase & Pinecone
- Deployment: Running via Portainer
- OS: Linux
Issue:
I’m using the Vector Store tool to retrieve documents, but it’s behaving inconsistently:
- Sometimes it executes successfully.
- Other times, it fails to send parameters, causing errors.
- I tested this both on Supabase and Pinecone, and the same issue occurred on both platforms.
- When running the same request as a node instead of a tool, it always works perfectly.
Troubleshooting Steps Taken:
- Verified database integrity (no issues).
- Checked logs for errors, but nothing definitive shows why the parameters fail to send intermittently.
- Attempted multiple runs to confirm inconsistency (sometimes works, sometimes doesn’t).
Has anyone else experienced this issue with the Vector Store tool? Could this be a bug in the n8n tool execution mode? Any suggestions or workarounds would be greatly appreciated.
Thanks in advance!