Spaces:
Running
Running
Király Zoltán
commited on
Commit
·
5e85173
1
Parent(s):
138e4b0
new
Browse files- requirements.txt +0 -9
- requirements2.txt +9 -0
requirements.txt
CHANGED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
elasticsearch
|
| 2 |
-
requests
|
| 3 |
-
beautifulsoup4
|
| 4 |
-
torch
|
| 5 |
-
together
|
| 6 |
-
python-dotenv
|
| 7 |
-
tiktoken
|
| 8 |
-
nltk
|
| 9 |
-
sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements2.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
elasticsearch
|
| 2 |
+
requests
|
| 3 |
+
beautifulsoup4
|
| 4 |
+
torch
|
| 5 |
+
together
|
| 6 |
+
python-dotenv
|
| 7 |
+
tiktoken
|
| 8 |
+
nltk
|
| 9 |
+
sentence-transformers
|