Skip to content

Commit

Permalink
Update Tavily integration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MayRamati committed Dec 16, 2024
1 parent 2b04763 commit 8d1a81e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install llama-index llama-hub tavily-python"
"!pip install llama-index-tools-tavily-research llama-index llama-hub tavily-python"
]
},
{
Expand All @@ -35,7 +35,7 @@
"source": [
"# Set up OpenAI\n",
"import openai\n",
"from llama_index.agent import OpenAIAgent"
"from llama_index.agent.openai import OpenAIAgent"
]
},
{
Expand Down

0 comments on commit 8d1a81e

Please sign in to comment.