Skip to content

Commit c51ff5b

Browse files
authored
Merge pull request #16 from NVIDIA-AI-Blueprints/dglogo/rag-pip-update
dglogo/rag pip update
2 parents 003c6bb + e259953 commit c51ff5b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

notebooks/launchable.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,15 @@
268268
"os.chdir('rag')"
269269
]
270270
},
271+
{
272+
"cell_type": "code",
273+
"execution_count": null,
274+
"metadata": {},
275+
"outputs": [],
276+
"source": [
277+
"!pip install aiohttp"
278+
]
279+
},
271280
{
272281
"cell_type": "markdown",
273282
"metadata": {},
@@ -617,15 +626,6 @@
617626
"\n"
618627
]
619628
},
620-
{
621-
"cell_type": "code",
622-
"execution_count": null,
623-
"metadata": {},
624-
"outputs": [],
625-
"source": [
626-
"!pip install aiohttp"
627-
]
628-
},
629629
{
630630
"cell_type": "code",
631631
"execution_count": 6,

0 commit comments

Comments
 (0)