Bh_Yu
1
Describe the problem/error/question
When entering json data into Qdrant collection,
there is a problem where only one field is entered in the payload.
And all the data comes in split up.
What is the error message (if any)?
There are no errors, but the data is split into different Qdrant points.
Please share your workflow
Information on your n8n setup
- n8n version : 1.87.2
- Running n8n via : Docker
Make sure the Code node returns a single object with a structure.
The problem is structural: make sure you pass a single JSON value per item, with the vector and payload properly defined.
If everything comes from the Code node correctly, there’s no need to use “Edit Fields” or “Token Splitter” afterward.
It’s also recommended to validate against the official Qdrant documentation to see how it expects to receive the data.