Thanks for this video, it helped a lot. I am just wondering about the case where not all questions should be Googled, is there a way to somehow determine, based on input, if an additional data from Google is required or not? I would like to avoid using Serp for all questions if possible, only when some actual data is required. Cheers!
You can add an LLM layer before serp and provide the response to serp as condition whether search should happen or not. Another better way is to use multi agent and let LLM decide whether we should do search or not.
@@madeforcloud Thanks for the swift response. Multi agent seems like an ideal architecture. We'll research a bit more and work on the setup. Thanks again!
I learnt a lot from this video! I really like the way you concisely present without skipping anything. Thanks!
Glad it was helpful!
Excellent tutorial, very information
Glad you found it useful!
I like your azure AI videos, could you please add more azure AI service videos.
Thanks for this video, it helped a lot. I am just wondering about the case where not all questions should be Googled, is there a way to somehow determine, based on input, if an additional data from Google is required or not? I would like to avoid using Serp for all questions if possible, only when some actual data is required. Cheers!
You can add an LLM layer before serp and provide the response to serp as condition whether search should happen or not. Another better way is to use multi agent and let LLM decide whether we should do search or not.
@@madeforcloud Thanks for the swift response. Multi agent seems like an ideal architecture. We'll research a bit more and work on the setup. Thanks again!