Hi, I’ve only just started working with n8n and AI/LLM. In a short time, I have managed to build a working RAG system and can successfully query the documents in my vector store.
What I’d now like to do is get the system to provide suggested ‘follow-ups’. OpenWebUI does this ‘out of the box’ (see image).
So, how can I take the user’s initial input (via chat or webook) and process this to generate ‘Follow-up’ suggestions and append these to the response?
What is the error message (if any)? n/a
Please share your workflow
n/a
Share the output returned by the last node
n/a
Information on your n8n setup
n8n version: 1.105.4
Database (default: SQLite): SQLite for n8n, Supabase for the workflow
i can already connect OpenWebUI. What I want is to get n8n to generate follow-up queries, based on the use question and append these to the chat response.
That’s great, most of the part you have already done…please see this tutorial here I have explained how we can connect openweb ui with n8n agent that stream response in real time inside openweb ui
Plus, it also take care of the Followup question and other stuff…