Clone77 commited on
Commit
c9885a1
·
verified ·
1 Parent(s): 54f254e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit==1.34.0
2
- langchain==0.1.14
3
- langchain-community==0.0.29
4
- langchain-core==0.1.30
5
- langchain-huggingface==0.0.8
6
- huggingface-hub==0.23.0
7
- pydantic==2.7.1
8
- unstructured==0.12.5
9
- pdfminer.six==20221105
10
 
11
 
12
 
 
1
+ streamlit
2
+ langchain
3
+ langchain-community
4
+ langchain-core
5
+ langchain-huggingface
6
+ huggingface-hub
7
+ pydantic
8
+ unstructured
9
+ pdfminer.six
10
 
11
 
12