I’m creating a RAG. I have a problem with a very large PDF. It has about 900 pages. I’m passing only the extract text to the vector store.
But the execution stops and n8n reports this
n8n may have run out of memory while running this execution.
Is the only solution to split the text before the vector store node?
Currently I’m using Supabase and a recursive character splitter.