Integrations
LlamaIndex
Search the web from LlamaIndex with Tavily.
This tool has a more extensive example use case documented in a Jupyter notebook here.
Install Tavily and LlamaIndex
The following dependencies are required to properly run the integration:
Usage
You can use access Tavily in LlamaIndex through the TavilyToolSpec
.
Here is a simple use case that performs a web search with Tavily and generates an answer to the user’s search query:
search
: Search for relevant dynamic data based on a query. Returns a list of urls and their relevant content.
This loader is designed to be used as a way to load data as a Tool in an Agent. See here for examples.