Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -22,6 +22,12 @@ llama-index-readers-json>=0.1.0
|
|
22 |
llama-index-readers-assemblyai>=0.1.0
|
23 |
llama-index-postprocessor-colpali-rerank
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
# Document processing
|
26 |
pypdf>=3.0.0
|
27 |
python-docx>=0.8.11
|
@@ -29,6 +35,11 @@ openpyxl>=3.1.0
|
|
29 |
pandas>=2.0.0
|
30 |
Pillow>=9.0.0
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
# Web scraping and APIs
|
33 |
requests>=2.28.0
|
34 |
trafilatura>=1.6.0
|
@@ -63,4 +74,8 @@ torch
|
|
63 |
torchvision
|
64 |
torchaudio
|
65 |
unstructured
|
66 |
-
lxml
|
|
|
|
|
|
|
|
|
|
22 |
llama-index-readers-assemblyai>=0.1.0
|
23 |
llama-index-postprocessor-colpali-rerank
|
24 |
|
25 |
+
# NEW: API Mode Dependencies (Optional)
|
26 |
+
llama-index-llms-gemini>=0.1.0
|
27 |
+
llama-index-embeddings-gemini>=0.1.0
|
28 |
+
llama-index-llms-vllm>=0.1.0
|
29 |
+
llama-cloud-services>=0.1.0
|
30 |
+
|
31 |
# Document processing
|
32 |
pypdf>=3.0.0
|
33 |
python-docx>=0.8.11
|
|
|
35 |
pandas>=2.0.0
|
36 |
Pillow>=9.0.0
|
37 |
|
38 |
+
# NEW: Audio/Video processing (for VideoAudioReader)
|
39 |
+
pydub>=0.25.1
|
40 |
+
speechrecognition>=3.10.0
|
41 |
+
ffmpeg-python>=0.2.0
|
42 |
+
|
43 |
# Web scraping and APIs
|
44 |
requests>=2.28.0
|
45 |
trafilatura>=1.6.0
|
|
|
74 |
torchvision
|
75 |
torchaudio
|
76 |
unstructured
|
77 |
+
lxml
|
78 |
+
|
79 |
+
# NEW: Enhanced document parsing
|
80 |
+
python-multipart>=0.0.5
|
81 |
+
poppler-utils
|