I have to create one chat boat for my website. When I send any message from chat boat It needs to search data from my current website content or pdf files and mysql databse. So how can I do it using n8n and chtgpt?
These kinds of workflow chatbots are called RAG (Retrieval Augmented Generation) Agents. They receive the prompt, use embeddings to retrieve corresponding data and answer based of it. If you are new to automation it may seem a bit complicated. However you can check out the starter template n8n team made or this one that I made.