Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,11 @@ sentence-transformers>=2.2.2
|
|
| 12 |
accelerate>=0.24.0
|
| 13 |
bitsandbytes>=0.41.0
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Vector Database and Search
|
| 16 |
faiss-cpu>=1.7.4
|
| 17 |
llama-index>=0.9.0
|
|
|
|
| 12 |
accelerate>=0.24.0
|
| 13 |
bitsandbytes>=0.41.0
|
| 14 |
|
| 15 |
+
|
| 16 |
+
unstructured
|
| 17 |
+
unstructured[local-inference] # or [pdf] depending on your platform
|
| 18 |
+
|
| 19 |
+
|
| 20 |
# Vector Database and Search
|
| 21 |
faiss-cpu>=1.7.4
|
| 22 |
llama-index>=0.9.0
|