Spaces:
Sleeping
Sleeping
MandarBhalerao
commited on
Commit
·
6503375
1
Parent(s):
8ac18f8
Initial commit
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
streamlit==1.35.0
|
7 |
-
pandas==2.0.2
|
8 |
-
python-dotenv==1.0.0
|
9 |
-
pdfplumber==0.11.4
|
|
|
1 |
+
langchain_community==0.2.16
|
2 |
+
langchain_core==0.2.39
|
3 |
+
langchain_groq==0.1.9
|
4 |
+
pdfplumber==0.11.4
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
streamlit==1.35.0
|
|
|
|
|
|