SearchProvider implementation backed by the Tavily search API.
Reads the API key from the constructor argument or the TAVILY_API_KEY environment variable. Throws at search time if no key is available.
TAVILY_API_KEY
Optional
Execute a web search and return ranked results
SearchProvider implementation backed by the Tavily search API.
Reads the API key from the constructor argument or the
TAVILY_API_KEYenvironment variable. Throws at search time if no key is available.