Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,10 +6,10 @@ torch==2.0.1
|
|
6 |
openai==0.27.0
|
7 |
Pillow==9.4.0
|
8 |
|
9 |
-
#
|
10 |
-
huggingface_hub==0.
|
11 |
sentence-transformers==2.2.2
|
12 |
|
13 |
-
#
|
14 |
faiss-cpu==1.7.4
|
15 |
numpy==1.23.5
|
|
|
6 |
openai==0.27.0
|
7 |
Pillow==9.4.0
|
8 |
|
9 |
+
# Key additions/updates to avoid the cached_download error
|
10 |
+
huggingface_hub==0.14.1
|
11 |
sentence-transformers==2.2.2
|
12 |
|
13 |
+
# For Vector DB usage (faiss)
|
14 |
faiss-cpu==1.7.4
|
15 |
numpy==1.23.5
|