Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
sentence-transformers==2.2.2
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
nltk
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
scikit-learn
|
| 5 |
+
sentence-transformers==2.2.2
|
| 6 |
+
huggingface_hub==0.14.1
|
| 7 |
+
rank_bm25
|
| 8 |
+
rapidfuzz
|
| 9 |
+
faiss-cpu
|
| 10 |
nltk
|