Hi
I am testing the use of the Qdrant vector store locally, this has worked for a number of smaller documents ( aprox 5000 kb sized, however when I try to add a pdf ( 20,000 kb) the following error message is - " Please execute the whole workflow, rather than just the node. (Existing execution data is too large. "
I have the Default Data loader is set to pdf and the option to split pages is set to On.
Tried different settings for the token / text splitter ie 512 and 1000 using the nomic text embeeding model.
Reading other posts that might have a similar issue I have amended the Docker yml to incude :
environment:
- N8N_PAYLOAD_SIZE_MAX=1024 # Set to 256MB, adjust as needed
- N8N_DEFAULT_BINARY_DATA_MODE=filesystem
Are there any other methods that can be used to pass large files into the Vector store?
## Information on your n8n setup
- **n8n version - latest :**
- **Database (default: Nil ):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker,
- Win 11