Need help to set workflow

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?

For that how can I setup workflow on n8n?

Thanks

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.

@Mohit You can develop RAG Agents follow this video

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.