Hello,
I get different results when I search through 3 different media:
My query is: “is there a book with name "The Space Between Worlds" and provide a link to buy/download the book”
-
The Tavily API playground gives results with links to download the book from Amazon and Goodreads.
-
The tavily-python library can search for the book and retrieve the author’s name, but it provides a link to google search page.
r -
TavilySearchResults from langchain tools cannot find the book and provides a general Google search link.
I am using the default parameters everywhere. Any help on how to improve the results by tavily-python library or TavilySearchResults from langchain would be greatly appreciated.
Thank you.