kmirijan commited on
Commit
4d38acf
1 Parent(s): aec5f2f

Remove reqs for creating vector db

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -4,6 +4,7 @@ tiktoken
4
  chromadb
5
  tabulate
6
 
7
- layoutparser[layoutmodels,tesseract]
8
- unstructured[local-inference]
 
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