Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
huggingface-hub
|
| 4 |
-
rdflib
|
| 5 |
-
pydantic
|
| 6 |
-
sentence-transformers
|
| 7 |
-
faiss-cpu
|
| 8 |
-
numpy
|
| 9 |
-
python-dotenv
|
| 10 |
-
tqdm
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
huggingface-hub
|
| 4 |
+
rdflib
|
| 5 |
+
pydantic
|
| 6 |
+
sentence-transformers
|
| 7 |
+
faiss-cpu
|
| 8 |
+
numpy
|
| 9 |
+
python-dotenv
|
| 10 |
+
tqdm
|