Spaces:
Build error
Build error
Deploy from anycoder - requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
llama-index==0.10.68
|
| 3 |
+
llama-index-embeddings-huggingface==0.2.3
|
| 4 |
+
llama-index-llms-llama-cpp==0.2.1
|
| 5 |
+
llama-index-readers-file==0.1.19
|
| 6 |
+
llama-cpp-python==0.2.85
|
| 7 |
+
PyPDF2==3.0.1
|
| 8 |
+
python-docx==1.1.2
|
| 9 |
+
python-pptx==1.0.1
|
| 10 |
+
sentence-transformers==3.0.1
|
| 11 |
+
torch==2.4.0
|
| 12 |
+
transformers==4.44.2
|
| 13 |
+
accelerate==0.33.0
|
| 14 |
+
pandas==2.2.2
|
| 15 |
+
numpy==1.26.4
|
| 16 |
+
pypdf==4.2.0
|
| 17 |
+
markdown==3.7
|
| 18 |
+
unstructured==0.14.7
|
| 19 |
+
chromadb==0.5.3
|