My apology, I am beginner in coding and vector store.
I wonder why the UI for your Qdrant dashboard is different from mine.
In n8n it shows that the process completed but when I access the dashboard nothing is deleted. Since I only insert one documents, all the points should be deleted. But the collection still show a full 635 points.
I wonder if my setup is correct. I use the n8n self hosted ai starter kit with docker compose to set up this.
I have heavily modified version of that as well, but I really don’t think this is the reason. Double check if you are deleting from the right collection, check if the same filter works from the qdrant console… honestly, idk what else this could be…
Even tried the Qdrant console. Status is acknowledged. But nothing changed.
Fyi, the collection is created automatically by the vector store (let me know if you wanna see the config info for the collection). I tried to create the collection first, but when when I want to insert to that collection I created manually. Nothing happen as well.
I still have a long way to go. I planned to implement a contextual hybrid search RAG. And I still stuck at the beginning, cannot even interact with the database correctly.
Hi Jabbson, I analyse the config file and realise that there is a difference between an autogenerated vector and a vector defined manually set up as below: