Skip to content

Commit 38a65f3

Browse files
Fix
1 parent 739028c commit 38a65f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-recipes/agents/05_agent_framework_agent.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 1,
29+
"execution_count": null,
3030
"metadata": {
3131
"colab": {
3232
"base_uri": "https://localhost:8080/",
@@ -37,8 +37,8 @@
3737
},
3838
"outputs": [],
3939
"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"
40+
"%pip install agent-framework --pre\n",
41+
"%pip install -q \"redisvl>=0.8.0\" sentence-transformers openai tiktoken python-dotenv redis google pandas requests"
4242
]
4343
},
4444
{

0 commit comments

Comments
 (0)