Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
@@ -1,20 +1,9 @@
|
|
1 |
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
tqdm
|
8 |
-
|
9 |
-
numpy
|
10 |
-
scikit-learn
|
11 |
-
|
12 |
-
# Vector indexing
|
13 |
-
faiss-cpu
|
14 |
-
|
15 |
-
# UI
|
16 |
-
gradio
|
17 |
-
|
18 |
-
# Optional
|
19 |
-
Pillow
|
20 |
|
|
|
1 |
|
2 |
+
gradio==4.29.0
|
3 |
+
gensim==4.3.2
|
4 |
+
faiss-cpu==1.7.4
|
5 |
+
huggingface_hub==0.23.0
|
6 |
+
pandas==2.2.2
|
7 |
+
tqdm==4.66.4
|
8 |
+
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|