Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -4,4 +4,13 @@ fasttext
|
|
4 |
minivectordb==1.5.5
|
5 |
gradio==4.31.4
|
6 |
nltk
|
7 |
-
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
minivectordb==1.5.5
|
5 |
gradio==4.31.4
|
6 |
nltk
|
7 |
+
scikit-learn
|
8 |
+
numpy==1.26.4
|
9 |
+
onnx
|
10 |
+
onnxruntime
|
11 |
+
onnxruntime-extensions
|
12 |
+
transformers==4.37.2
|
13 |
+
torch
|
14 |
+
faiss-cpu
|
15 |
+
thefuzz[speedup]
|
16 |
+
FlagEmbedding
|