Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,10 @@ fastapi==0.115.6
|
|
| 3 |
uvicorn==0.22.0
|
| 4 |
numpy==1.26.4
|
| 5 |
python-multipart
|
| 6 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
uvicorn==0.22.0
|
| 4 |
numpy==1.26.4
|
| 5 |
python-multipart
|
| 6 |
+
huggingface_hub
|
| 7 |
+
google-api-python-client
|
| 8 |
+
google-auth-oauthlib
|
| 9 |
+
google-auth-httplib2
|
| 10 |
+
langchain-community
|
| 11 |
+
langchainhub
|
| 12 |
+
langchain-openai
|