I am using n8n locally in a docker container. initially, I used version n8n 2.0.3, but in an attempt to solve the problem, I switched to n8n 2.1.1. First, I encountered the following problem: Problem in node ‘AI Agent‘
Bad request - please check your parameters. I found out that the problem is that I don’t have the name field specified in the Qdrant Vector Store. The problem is that I simply don’t have this field (at least not where it should be).
@redarry welcome to the community ![]()
See here:
@redarry the problem occurs because n8n’s Qdrant Vector node lacks a field to specify a custom vector name. To solve this, you can either rename the Qdrant collection’s vector field to “embeddings” or use a Code node with the Qdrant SDK for direct, customizable queries.
I hope this helps you resolve the issue.
1 Like