i want my chatbot to answer user questions using the website i provided. When i ask a general question it answers but when i ask it a question about the website it gives me an error. i want the chatbot to be able to recommend me a product based on the question that i asked. What am i doing wrong?
Hi!
How do you want an agent to retrieve this information? I see you connected the http request node. What should an agent do with it? AI is not magic, there has to be pretty clear guidance and a way to the agent to know how to get to the information that is being asked.
You could try to build a RAG system with product information, search for how to do it online.