Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
langchain-groq
|
4 |
-
faiss-cpu
|
5 |
-
sentence-transformers
|
6 |
-
python-dotenv
|
7 |
-
pypdf
|
8 |
-
tiktoken
|
|
|
1 |
+
gradio>=4.0,<5.0
|
2 |
+
langchain>=0.1.0,<0.2.0
|
3 |
+
langchain-groq>=0.1.0,<0.2.0
|
4 |
+
faiss-cpu>=1.7.4,<2.0.0
|
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
|