Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,15 @@
|
|
| 1 |
-
gradio==5.23.
|
| 2 |
ipython==8.12.3
|
| 3 |
langchain_community==0.3.20
|
| 4 |
-
langchain_core==0.3.
|
| 5 |
langchain_experimental==0.3.4
|
| 6 |
-
langchain_openai==0.3.
|
| 7 |
-
langgraph==0.3.
|
| 8 |
pinecone==6.0.2
|
|
|
|
| 9 |
pydantic==2.10.6
|
| 10 |
python-dotenv==1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.23.1
|
| 2 |
ipython==8.12.3
|
| 3 |
langchain_community==0.3.20
|
| 4 |
+
langchain_core==0.3.49
|
| 5 |
langchain_experimental==0.3.4
|
| 6 |
+
langchain_openai==0.3.11
|
| 7 |
+
langgraph==0.3.21
|
| 8 |
pinecone==6.0.2
|
| 9 |
+
protobuf==6.30.2
|
| 10 |
pydantic==2.10.6
|
| 11 |
python-dotenv==1.1.0
|
| 12 |
+
google-api-core==2.24.2
|
| 13 |
+
google-auth==2.38.0
|
| 14 |
+
google-cloud-core==2.4.3
|
| 15 |
+
google-cloud-translate==3.20.2
|