Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
requests
|
| 3 |
-
torch
|
| 4 |
-
transformers
|
| 5 |
-
tqdm
|
| 6 |
-
sentence-transformers
|
| 7 |
-
faiss-cpu
|
| 8 |
-
openai
|
| 9 |
-
numpy
|
| 10 |
-
python-dotenv
|
| 11 |
-
newspaper3k
|
| 12 |
-
gradio
|
|
|
|
| 13 |
lxml[html_clean]
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
requests
|
| 3 |
+
torch
|
| 4 |
+
transformers
|
| 5 |
+
tqdm
|
| 6 |
+
sentence-transformers
|
| 7 |
+
faiss-cpu
|
| 8 |
+
openai
|
| 9 |
+
numpy
|
| 10 |
+
python-dotenv
|
| 11 |
+
newspaper3k
|
| 12 |
+
gradio
|
| 13 |
+
google-generativeai
|
| 14 |
lxml[html_clean]
|