Storing in qdrant `array[obj]` but so each object is one element

Describe the problem/error/question

I’m looking to store an array[obj] (see content) in Qdrant, and I’m considering splitting it by objects for easier retrieval of URLs related to specific queries in the future.
However, I don’t see an option to split by property. Am I missing something, or is there a different way I should be approaching this?

Please share your workflow

Share the output returned by the last node

Co różni pseudonimizację od anonimizowania danych?
- Czym się różni pseudonimizacja od anonimizacji? (film, 46 minut)
- ={{ $json.question }}
- line: 1; loc: { from: 1, to: 1 }
- blobType: application/json; source: blob

Information on your n8n setup

  • n8n version: 1.34.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: linux, arch

Thanks in advance,
Simon

Hi @Shirobachi,

Have You tried using the Split Out node for this?

1 Like

No, I did not but I solved it via using expressionData mode in loader node

Thanks for answering my question after some time:)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.