Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -2,19 +2,12 @@ streamlit
|
|
2 |
pydantic
|
3 |
langchain
|
4 |
langchain-community
|
5 |
-
unstructured
|
6 |
-
unstructured-inference
|
7 |
pdf2image
|
8 |
-
pytesseract
|
9 |
pandas
|
10 |
chromadb
|
11 |
sentence-transformers
|
12 |
python-docx
|
13 |
-
pymupdf4llm
|
14 |
llama-cpp-python
|
15 |
lxml
|
16 |
-
python-pptx
|
17 |
-
pdfminer.six
|
18 |
pillow
|
19 |
-
markdown
|
20 |
-
pi_heif
|
|
|
2 |
pydantic
|
3 |
langchain
|
4 |
langchain-community
|
|
|
|
|
5 |
pdf2image
|
|
|
6 |
pandas
|
7 |
chromadb
|
8 |
sentence-transformers
|
9 |
python-docx
|
|
|
10 |
llama-cpp-python
|
11 |
lxml
|
|
|
|
|
12 |
pillow
|
13 |
+
markdown
|
|