Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit==1.49.1
|
| 4 |
+
python-dotenv==1.1.1
|
| 5 |
+
nltk==3.9.1
|
| 6 |
+
unstructured==0.18.14
|
| 7 |
+
unstructured[pdf]==0.18.14
|
| 8 |
+
langchain-community==0.3.29
|
| 9 |
+
langchain-huggingface==0.3.1
|
| 10 |
+
langchain-chroma==0.2.5
|
| 11 |
+
langchain-text-splitters==0.3.11
|
| 12 |
+
langchain-groq==0.3.7
|
| 13 |
+
transformers==4.56.0
|
| 14 |
+
sentence-transformers==5.1.0
|
| 15 |
+
youtube-search-python==1.6.6
|
| 16 |
+
httpx==0.27.0
|
| 17 |
+
langchain-openai
|