The app seems to crash on the Pinecone Vector Store. I have tried this actually locally hosted and then started a trial on the cloud version of n8n to see if it was any different and it was the same each time.
What is the error message (if any)?
Though this is the error message - it restarted my cloud version and crashed my local version. Execution stopped at this node
n8n may have run out of memory while running this execution. More context and tips on how to avoid this in the docs
It seemed to be between the recursive data loader and the character splitter. I’ve been playing about since and I do think this actually is memory related. I was loading a 2.5 meg JSON and it was splitting basically every element in it. I think that overloaded it.
What’s interesting is clearly the template above worked at some point and no longer does so either there is a bug, the JSON used changed in some way or the instance it has been tested on had more RAM maybe?
Even then is it expected for application to essentially crash and reset?