Skip to content

Commit

Permalink
Update 05-langchain-retrieval-augmentation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
scenaristeur authored Dec 24, 2023
1 parent 45d0885 commit f44f173
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \\\n",
" datasets==2.12.0 \\\n",
" apache_beam \\\n",
" mwparserfromhell"
"!pip install --upgrade datasets multiprocess",
"!pip install --upgrade protobuf apache-beam",
"!pip install -qU mwparserfromhell"
]
},
{
Expand Down

0 comments on commit f44f173

Please sign in to comment.