Add missing newline in notebook import
Browse filesThere is a missing new line here. This block of code is not working because the import is malformed.
unit2/llama-index/workflows.ipynb
CHANGED
@@ -333,7 +333,7 @@
|
|
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",
|
|
|
333 |
}
|
334 |
],
|
335 |
"source": [
|
336 |
+
"from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent\n",
|
337 |
"from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
|
338 |
"from llama_index.core.agent.workflow import AgentWorkflow\n",
|
339 |
"\n",
|