anudayo commited on
Commit
488551c
·
verified ·
1 Parent(s): 621057c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  gradio>=4.0,<5.0
2
- langchain
3
- langchain-groq
4
- faiss-cpu
5
- sentence-transformers
6
- python-dotenv
7
- pypdf
8
- tiktoken
9
  transformers
10
  torch
 
1
  gradio>=4.0,<5.0
2
+ langchain==0.1.14
3
+ langchain-groq>=0.1.0,<0.2.0
4
+ faiss-cpu==1.7.4
5
+ sentence-transformers>=2.2.2,<3.0.0
6
+ python-dotenv>=1.0.0,<2.0.0
7
+ pypdf>=3.17.0,<4.0.0
8
+ tiktoken>=0.5.1,<1.0.0
9
  transformers
10
  torch