Skip to content

Commit

Permalink
fix install command in langchain notebook (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Sep 12, 2024
1 parent 7ed970c commit b5688f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/llm-rag-langchain/llm-rag-langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"os.environ[\"GIT_CLONE_PROTECTION_ACTIVE\"] = \"false\"\n",
"\n",
"pip_install(\"--pre\", \"-U\", \"openvino>=2024.2.0\", \"--extra-index-url\", \"https://storage.openvinotoolkit.org/simple/wheels/nightly\")\n",
"pip_install(\"--pre\", \"-U\" \"openvino-tokenizers[transformers]\", \"--extra-index-url\", \"https://storage.openvinotoolkit.org/simple/wheels/nightly\")\n",
"pip_install(\"--pre\", \"-U\", \"openvino-tokenizers[transformers]\", \"--extra-index-url\", \"https://storage.openvinotoolkit.org/simple/wheels/nightly\")\n",
"pip_install(\n",
" \"-q\",\n",
" \"--extra-index-url\",\n",
Expand Down

0 comments on commit b5688f9

Please sign in to comment.