sergiopaniego HF Staff APRG commited on
Commit
b096b45
verified
1 Parent(s): d0b2b32

Update unit2/llama-index/workflows.ipynb (#61)

Browse files

- Update unit2/llama-index/workflows.ipynb (2ca9a7c4f8948fb58dad21aa9f3e9b3a21684445)


Co-authored-by: Gergely Apr贸 <[email protected]>

Files changed (1) hide show
  1. unit2/llama-index/workflows.ipynb +1 -0
unit2/llama-index/workflows.ipynb CHANGED
@@ -333,6 +333,7 @@
333
  }
334
  ],
335
  "source": [
 
336
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
337
  "from llama_index.core.agent.workflow import AgentWorkflow\n",
338
  "\n",
 
333
  }
334
  ],
335
  "source": [
336
+ "from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent",
337
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
338
  "from llama_index.core.agent.workflow import AgentWorkflow\n",
339
  "\n",