Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 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
|
| 11 |
-
torch
|
| 12 |
-
transformers
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
openai
|
| 4 |
huggingface-hub
|
| 5 |
rdflib
|
| 6 |
pydantic
|
|
|
|
|
|
|
|
|
|
| 7 |
python-dotenv
|
|
|
|
|
|
|
|
|