Ingest local files to a qdrant vector DB to build a RAG baseline for chat ui in second step

hey folks,

I’m currently trying to get some data from a local folder on the n8n server into a vector DB. I’m using the qdrant vector db, running locally on my machine, using Ollama hosted embeddings model. I somehow can’t get the data from the read/write files from disk node to the qdrant vector node. The data folder currently only consists of 3 CSV files but it should also be able to handle pdf, doc, whatsoever in the future.

here’s the current flow:

I also shared another post here from someone who had issues with a similar setup. I somehow am not able to get the data into the db. When triggering the chat in a second step, he can’t see the data that I tried to ingest in this stage.

Here the second stage:

Hope someone can help me to explain how to move forward with this issue.