aach456 commited on
Commit
f02d10f
·
verified ·
1 Parent(s): db19702

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -10
requirements.txt CHANGED
@@ -1,10 +1,20 @@
1
- torch
2
- langchain
3
- langchain_openai
4
- langchain_community
5
- langchain-community
6
- pandas
7
- numpy
8
- transformers
9
-
10
-
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ torch>=2.0.0
3
+ transformers>=4.30.0
4
+ langchain>=0.0.267
5
+ langchain-community>=0.0.16
6
+ pypdf>=3.15.0
7
+ docx2txt>=0.8
8
+ python-pptx>=0.6.21
9
+ unstructured>=0.10.0
10
+ unstructured-inference>=0.7.0
11
+ pdf2image>=1.16.3
12
+ pytesseract>=0.3.10
13
+ faiss-cpu>=1.7.4
14
+ sentence-transformers>=2.2.2
15
+ numpy>=1.24.0
16
+ tqdm>=4.65.0
17
+ pillow>=10.0.0
18
+ python-magic>=0.4.27
19
+ beautifulsoup4>=4.12.2
20
+ markdown>=3.4.3