Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -3,9 +3,12 @@ streamlit==1.28.0
|
|
3 |
torch==2.0.1
|
4 |
transformers==4.35.0
|
5 |
Pillow==10.0.1
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
3 |
torch==2.0.1
|
4 |
transformers==4.35.0
|
5 |
Pillow==10.0.1
|
6 |
+
huggingface-hub>=0.19.0
|
7 |
+
protobuf>=3.20.0
|
8 |
+
langchain>=0.0.350
|
9 |
+
faiss-cpu>=1.7.4
|
10 |
+
sentence-transformers>=2.2.2
|
11 |
+
chromadb>=0.4.18
|
12 |
+
python-dotenv>=1.0.0
|
13 |
+
numpy>=1.21.0
|
14 |
+
tqdm>=4.65.0
|