Hey,
I want to push this topic because I’m running into the same problem. I’ve got several PGVector Vector Store nodes connected to an AI agent. Sometimes everything works as expected, but other times I get a “Cannot read properties of undefined (reading ‘replace’)” error from the vector store node. It looks like the AI agent node occasionally isn’t passing the right input to the vector store tool.
hey, this was also happening to me but i found a way to fix it. in my case i just got rid of letters that do not exist in english like Ç. this may be the problem, i suggest you try to use english or number as the name of your collection and this will cause problems to the whole workflow not just the tool that has this
Even I got this issue now, It suddenly worked somehow and later it threw me the same error. The only parameters here are the description and limit. How can they create issues, they are literally very simple.