AilexGPT commited on
Commit
cd0ebd8
1 Parent(s): 7e2c038

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -34
requirements.txt CHANGED
@@ -1,34 +1,6 @@
1
- pyPDF2
2
- # Natural Language Processing
3
- langchain==0.0.267
4
- chromadb==0.4.6
5
- pdfminer.six==20221105
6
- InstructorEmbedding
7
- sentence-transformers==2.2.2
8
- faiss-cpu
9
- huggingface_hub
10
- transformers
11
- autoawq; sys_platform != 'darwin'
12
- protobuf==3.20.2; sys_platform != 'darwin'
13
- protobuf==3.20.2; sys_platform == 'darwin' and platform_machine != 'arm64'
14
- protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
- auto-gptq==0.6.0; sys_platform != 'darwin'
16
- docx2txt
17
- unstructured
18
- unstructured[pdf]
19
-
20
- # Utilities
21
- urllib3==1.26.6
22
- accelerate
23
- bitsandbytes ; sys_platform != 'win32'
24
- bitsandbytes-windows ; sys_platform == 'win32'
25
- click
26
- flask
27
- requests
28
-
29
- # Streamlit related
30
- streamlit
31
- Streamlit-extras
32
-
33
- # Excel File Manipulation
34
- openpyxl
 
1
+ langchain==0.0.154
2
+ PyPDF2==3.0.1
3
+ python-dotenv==1.0.0
4
+ streamlit==1.18.1
5
+ faiss-cpu==1.7.4
6
+ streamlit-extras