We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739028c commit 38a65f3Copy full SHA for 38a65f3
python-recipes/agents/05_agent_framework_agent.ipynb
@@ -26,7 +26,7 @@
26
},
27
{
28
"cell_type": "code",
29
- "execution_count": 1,
+ "execution_count": null,
30
"metadata": {
31
"colab": {
32
"base_uri": "https://localhost:8080/",
@@ -37,8 +37,8 @@
37
38
"outputs": [],
39
"source": [
40
- "# %pip install agent-framework --pre\n",
41
- "# %pip install -q \"redisvl>=0.8.0\" sentence-transformers openai tiktoken python-dotenv redis google pandas"
+ "%pip install agent-framework --pre\n",
+ "%pip install -q \"redisvl>=0.8.0\" sentence-transformers openai tiktoken python-dotenv redis google pandas requests"
42
]
43
44
0 commit comments