I have a RAG workflow in n8n where a specific branch containing Vector Store Tool, Qdrant Vector Store, and Google Gemini embeddings shows inconsistent behavior. The interesting part is that with the exact same input/query, sometimes this branch executes successfully and sometimes it doesn’t execute at all. No error messages appear - the branch simply skips execution in some instances.
Has anyone encountered similar inconsistency in vector store operations? Any suggestions for what might be causing this and how to debug it?