Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,2 +1,11 @@
|
|
1 |
streamlit
|
2 |
-
langchain-community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
langchain-community
|
3 |
+
langchain==0.2.14
|
4 |
+
langchain-community==0.2.12
|
5 |
+
langchain-groq===0.1.9
|
6 |
+
unstructured==0.14.6
|
7 |
+
selenium==4.21.0
|
8 |
+
chromadb==0.5.0
|
9 |
+
streamlit==1.35.0
|
10 |
+
pandas==2.0.2
|
11 |
+
python-dotenv==1.0.0
|