Chatbot for Website

Hi all, i started my journey in n8n and i have a question about a chatbot.
I have a website which needs to be the source for my AI agent. But i cant get it done. Searched online but cant find an example to do this.

So when a chat arrives it goes to the agent. I connected openai and memory. I i want the the agent gets its knowledge from my site.

is there a tutorial to do this?

Just copy all the content of your website, put it in a text document.
Feed it to vector database like Pinecone.
Then, Use RAG system in your chatbot. Simple.

1 Like