Spaces:
Runtime error
Runtime error
Remove reqs for creating vector db
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ tiktoken
|
|
| 4 |
chromadb
|
| 5 |
tabulate
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
# detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
|
|
|
|
| 4 |
chromadb
|
| 5 |
tabulate
|
| 6 |
|
| 7 |
+
# Will add vector db so I won't need to parse
|
| 8 |
+
# layoutparser[layoutmodels,tesseract]
|
| 9 |
+
# unstructured[local-inference]
|
| 10 |
# detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
|