Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
pypdf
|
2 |
-
langchain
|
3 |
-
torch
|
4 |
-
accelerate
|
5 |
-
bitsandbytes
|
6 |
-
ctransformers
|
7 |
-
sentence_transformers
|
8 |
-
faiss_cpu
|
9 |
-
chainlit
|
10 |
-
huggingface_hub
|
11 |
-
pdfminer.six
|
12 |
-
pillow-heif
|
13 |
-
unstructured-inference
|
|
|
|
1 |
+
pypdf
|
2 |
+
langchain
|
3 |
+
torch
|
4 |
+
accelerate
|
5 |
+
bitsandbytes
|
6 |
+
ctransformers
|
7 |
+
sentence_transformers
|
8 |
+
faiss_cpu
|
9 |
+
chainlit
|
10 |
+
huggingface_hub
|
11 |
+
pdfminer.six
|
12 |
+
pillow-heif
|
13 |
+
unstructured-inference
|
14 |
+
-U langchain-community
|