Skip to content

Commit f44f173

Browse files
authored
Update 05-langchain-retrieval-augmentation.ipynb
resolve pinecone-io#229
1 parent 45d0885 commit f44f173

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

learn/generation/langchain/handbook/05-langchain-retrieval-augmentation.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@
3434
"metadata": {},
3535
"outputs": [],
3636
"source": [
37-
"!pip install -qU \\\n",
38-
" datasets==2.12.0 \\\n",
39-
" apache_beam \\\n",
40-
" mwparserfromhell"
37+
"!pip install --upgrade datasets multiprocess",
38+
"!pip install --upgrade protobuf apache-beam",
39+
"!pip install -qU mwparserfromhell"
4140
]
4241
},
4342
{

0 commit comments

Comments
 (0)