How to / Is it a good idea to combine results from...
# 🤝help
f
Sometimes i found when "web pages" dont have answer, "web search" give me answer, and sometime the other way around. Is it a good idea to combine results from "web pages" and "web search" of same list of URLs? i am thinking about doing this in 2 ways: 1. Put both KB in one folder and search them 2 together 2. Put both KB in one folder and search them 2 separately, and use the "web pages" search's results if it finds it, if not, use the "web search" result. since my understanding is that search from "web pages" embedding will always perform better than "web search".
f
Not sure how the same web page could give a different response. Maybe when you got a response from the web search it's from a different web page. You could use the {{turn.KnowledgeAgent.citations}} to see where the response is from. Or you could go the the logs or event debugger or the other one (don't remember which one but I can check later) and there you can see where every line is from.
f
thank you but we found that to be the case, some times one is better than the other, and sometimes opposite
7 Views