Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain == 0.2.3
|
| 2 |
+
pytest == 8.2.2
|
| 3 |
+
fastapi == 0.111.0
|
| 4 |
+
pydantic == 2.7.3
|
| 5 |
+
langchain-community == 0.2.4
|
| 6 |
+
langchain-openai == 0.1.8
|
| 7 |
+
langchain-groq == 0.1.5
|
| 8 |
+
ipython == 8.25.0
|
| 9 |
+
chromadb == 0.5.0
|
| 10 |
+
pillow == 10.3.0
|
| 11 |
+
pymongo == 4.7.3
|
| 12 |
+
pypdf == 4.2.0
|
| 13 |
+
botocore == 1.34.127
|
| 14 |
+
boto3 == 1.34.127
|
| 15 |
+
streamlit == 1.35.0
|
| 16 |
+
openai == 1.34.0
|