Solobrad commited on
Commit
63fd0a4
·
verified ·
1 Parent(s): 29aa0d3

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -8,7 +8,7 @@ from langchain_community.document_loaders import WikipediaLoader
8
  from llama_index.core.schema import Document
9
  from langchain_community.tools.tavily_search import TavilySearchResults
10
  from langchain_core.tools import tool
11
- from llama_index.agents import AgentWorkflow
12
 
13
  llm = HuggingFaceInferenceAPI(model_name="Qwen/Qwen2.5-VL-32B-Instruct")
14
 
 
8
  from llama_index.core.schema import Document
9
  from langchain_community.tools.tavily_search import TavilySearchResults
10
  from langchain_core.tools import tool
11
+ from llama_index.core.agent.workflow import AgentWorkflow
12
 
13
  llm = HuggingFaceInferenceAPI(model_name="Qwen/Qwen2.5-VL-32B-Instruct")
14