Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +20 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.104.0
|
| 2 |
+
uvicorn[standard]>=0.24.0
|
| 3 |
+
gradio>=4.44.0
|
| 4 |
+
langchain>=0.3.0
|
| 5 |
+
langchain-core>=0.3.0
|
| 6 |
+
langchain-community>=0.3.0
|
| 7 |
+
langchain-groq>=0.2.0
|
| 8 |
+
langchain-google-genai>=2.0.0
|
| 9 |
+
langchain-cohere>=0.3.0
|
| 10 |
+
langchain-cerebras>=0.1.0
|
| 11 |
+
langgraph>=0.2.0
|
| 12 |
+
neo4j>=5.14.0
|
| 13 |
+
pydantic>=2.0.0
|
| 14 |
+
pandas>=2.0.0
|
| 15 |
+
PyMuPDF>=1.23.0
|
| 16 |
+
python-docx>=1.1.0
|
| 17 |
+
openpyxl>=3.1.0
|
| 18 |
+
beautifulsoup4>=4.12.0
|
| 19 |
+
markdown>=3.5.0
|
| 20 |
+
python-multipart>=0.0.6
|