I’m still learning Langchain and trying to build an application that leverages search agents for web information retrieval. The main issue I’m facing is that the search results often contain irrelevant or unhelpful sources when I need specific references.
I’ve been using search agents but they don’t seem to give me the control I need over what gets searched and returned. I want to be able to guide or filter the search process to get more targeted results.
I’ve looked into custom tools but haven’t found a solution that works for my needs. What’s the best approach to implement better search result management in Python? Are there specific parameters or methods I should be using to improve the relevance of the returned information?