Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.14
|
2 |
+
langchain-community==0.2.12
|
3 |
+
langchain-groq===0.1.9
|
4 |
+
unstructured==0.14.6
|
5 |
+
selenium==4.21.0
|
6 |
+
chromadb==0.5.0
|
7 |
+
streamlit==1.35.0
|
8 |
+
pandas==2.0.2
|
9 |
+
python-dotenv==1.0.0
|