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.