Why do I often see something similar to the screenshot below in the MindStudio videos? In many cases, can’t the Chat block handle all of this on its own?
1 Like
Hi @philthrive,
This setup usually helps new users understand how RAG works: the Agent collects the query (user message), searches the Data Source, and then has the LLM generate a response.
It can also be useful if users need to upload a file first or if you have custom prompts in the Generate Text (previously Send Message) block.
Otherwise, the Chat block can handle the same flow on its own.
1 Like
