Describe the problem/error/question
I’m trying to implement a simple RAG agent for some company docs. I’ve set up an N8N form and have uploaded 47 .txt files (eventually I want 1000+ of many formats, but I figured this was a good starting point). Qdrant seems to chew over this for about 5-10 minutes, but then suddenly stops and says that the operation was aborted. I have tried changing the upload method and file type.
What is the error message (if any)?
Problem in node ‘Qdrant Vector Store’
This operation was aborted
Please share your workflow
Share the output returned by the last node
Problem in node ‘Qdrant Vector Store’
This operation was aborted
Information on your n8n setup
- n8n version:
-1.102.3 (self-hosted) - Database (default: SQLite):
- SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Default
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- npm in a conda env
- Operating system:
- Windows