
I dont know what kind of expertise this post will reach but i will try my luck.
Currently i am doing what is known in america as "trade school" in IT. Basically my supervisor gave me the job to try and dabble in N8N, with the goal of building an AI Chatbot(?) which responds based on the PDF manuals its been fed. I came as far as integrating the fileserver with N8N so it had accsess to the PDFs. Text has been extracted, chunked, embedded and indexed. The problem is the Chatbot.
On the right side you see two Workflows. One is run by the "AI Agent", the other runs on a "Question and Answer Chain". The AI Agent cannt be used because the Qdrant Vector Store is not accepted by the Agent as a "Tool" ( ERRORCODE = Problem in node "AI Agent1" registry.ollama.ai/library/phi2:latest. does not support tools). So this i cannot use.
The Workflow on the right
looks like this when executed. It doesnt tell me whats wrong exactly. Why?
I tried problem solving with AI but it got to its limits and started talking weirder the more i instructed it. It seems like the embeddings are getting passed but not accepted(?).
If you need further information ask me and i will respond.
FYI: I am a total beginner and my supervisor gave me this exercise to practise. My company wants to integrate AI, but not ASAP. So i should just dabble and try and here i am 2 weeks and im starting to lose my mind.
If my problem is not solveable over a simple comment please tell me and i will delete the post.
Thank you for your time.