huggingface / chat-ui

Open source codebase powering the HuggingChat app
https://huggingface.co/chat
Apache License 2.0
6.76k stars 946 forks source link

web search hallucination and prompt results #275

Open Billyroot opened 1 year ago

Billyroot commented 1 year ago

Hello, great job building web search module. Just a few things i noticed using it for the past hours. 1- It does connect to the web perfectly. 2- It tend to take only the first page result and not contextualize enough the data, trying to mix it with the model data and it ends up destroying the final output. So maybe should take the first 3 results to do a summary. 3- Takes time, maybe it's ok, but I think making sure that it takes less time might be good, but it's not critical at this stage. 4- Various output from serp api : as serp api allows to get not only text result but also video and maps, would be cool to allow the end user for example to prompt "give me the best yoga video tutorials" and get a reply with shortcuts and/or small views on maybe 3 youtube vid . The best real case doing that is on perplexity ai , you can check with a request. 5- Maps can be book. "what is the best itineray from x to y location" result prompting using google map query. and same of air tickets with google flights.

Just a few options and reco from a fan, great job again, I know you already did a lot.

julien-c commented 1 year ago

Thanks a lot for the feedback @Billyroot we'll keep iterating