Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
qdrant-client==1.16.2
|
| 4 |
llama-cpp-python==0.2.78
|
| 5 |
-
fastembed
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
qdrant-client==1.16.2
|
| 4 |
llama-cpp-python==0.2.78
|
| 5 |
+
fastembed
|
| 6 |
+
httpx
|