Skip to content

Commit

Permalink
fix dependencies install in rag langchain (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Oct 15, 2024
1 parent 17439f9 commit b50b1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/llm-rag-langchain/llm-rag-langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
" \"onnx<1.16.2\",\n",
" \"einops\",\n",
" \"transformers_stream_generator\",\n",
" \"tiktoken\" \"transformers>=4.43.1\",\n",
" \"tiktoken\",\n",
" \"transformers>=4.43.1\",\n",
" \"faiss-cpu\",\n",
" \"sentence_transformers\",\n",
" \"langchain>=0.2.0\",\n",
Expand Down

0 comments on commit b50b1c4

Please sign in to comment.