Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv==1.0.0
|
2 |
+
langchain==0.1.9
|
3 |
+
langchain_community==0.0.24
|
4 |
+
langchain_openai==0.0.8
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
streamlit==1.31.1
|
8 |
+
torch==2.2.1
|
9 |
+
transformers==4.31.0
|