Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.23.0
|
| 2 |
+
ipython==8.12.3
|
| 3 |
+
langchain_community==0.3.20
|
| 4 |
+
langchain_core==0.3.48
|
| 5 |
+
langchain_experimental==0.3.4
|
| 6 |
+
langchain_openai==0.3.10
|
| 7 |
+
langgraph==0.3.20
|
| 8 |
+
pinecone==6.0.2
|
| 9 |
+
pydantic==2.10.6
|
| 10 |
+
python-dotenv==1.1.0
|