Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +34 -1
requirements.txt
CHANGED
@@ -1 +1,34 @@
|
|
1 |
-
pyPDF2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|