Web Search Implementation with LLM

How can i implement web searching when the user is searching real time info, of which answer can not be generated by LLM accurately because of limited knowledge of LLM.

I am a creating real time chatbot that can answer to user query but along with this i wanted to implement web search incase the query is about latest information and chatbot is not able to respond that time so what way i can implement this.

1 Like

There is already a Spaces with a similar concept, so it would be good to divert the necessary parts.
I am sure there are others if you look for them.