I need to ingest an entire book in my RAG. The PDF is 18 MB.
If I handle it like any other PDF, n8n (Cloud) runs out of memory. So I have to do something offline, before uploading it.
If I extract the text I get a 6MB txt file. It can’t be converted to GDocs (too much text), but it should use all the memory in n8n.
Is there a better way to do this?