Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
jupyterlab==4.2.4
|
| 2 |
+
notebook==7.2.2
|
| 3 |
+
langchain==0.2.11
|
| 4 |
+
langchain-openai==0.1.17
|
| 5 |
+
python-dotenv==1.0.1
|
| 6 |
+
langchain-community==0.2.10
|
| 7 |
+
langchain_chroma==0.1.4
|
| 8 |
+
unstructured==0.15.0
|
| 9 |
+
pandas==2.2.3
|
| 10 |
+
transformers==4.46.1
|
| 11 |
+
torch==2.5.1
|
| 12 |
+
scikit_learn==1.5.2
|
| 13 |
+
streamlit==1.39.0
|