Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
langchain
|
2 |
langchain_community
|
|
|
3 |
PyPDF2==3.0.1
|
4 |
python-dotenv==1.0.0
|
5 |
streamlit
|
6 |
faiss-cpu==1.7.4
|
7 |
streamlit-extras
|
8 |
altair<5
|
|
|
9 |
pdfminer.six==20221105
|
10 |
numpy
|
11 |
keras
|
|
|
1 |
langchain
|
2 |
langchain_community
|
3 |
+
langchain-cli
|
4 |
PyPDF2==3.0.1
|
5 |
python-dotenv==1.0.0
|
6 |
streamlit
|
7 |
faiss-cpu==1.7.4
|
8 |
streamlit-extras
|
9 |
altair<5
|
10 |
+
|
11 |
pdfminer.six==20221105
|
12 |
numpy
|
13 |
keras
|