[Feature Addition Request] - Web Search

#5
by MAsad789565 - opened

Hi there!

What do you think about adding a web search to give the models real-time data?
I think it would be great.

Have a Nice Day!

Hi @MAsad789565 ,
Absolutely! Indeed, I have been planning for this feature about several months:

Furthermore, I would also like to utilize the LLM's reasoning ability to recognize user's intention and understand the question, and then separate to better sub queries for web search.
Then, after getting the contents from web, RAG (Retrieval Augmented Generation) would also be useful to improve the results of answer in limited contexts.

To summarize, enabling web search is a feature far more complicated than people expected.
It is easy to implement, but hard to make it perfect.

I'll try to release a draft version these days. And also hope you can provide more use cases.

Sign up or log in to comment