Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch
|
2 |
-
huggingface_hub
|
3 |
-
langchain
|
4 |
-
gradio
|
5 |
-
python-dotenv
|
6 |
-
InstructorEmbedding
|
7 |
-
sentence-transformers
|
8 |
-
chromadb
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
huggingface_hub==0.16.4
|
3 |
+
langchain==0.0.316
|
4 |
+
gradio==3.44.4
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
InstructorEmbedding==1.0.1
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
chromadb==0.4.7
|