update requirements.txt and add pdf_requirements.txt
This commit is contained in:
parent
bd39b87f67
commit
8638aa98ba
|
|
@ -0,0 +1,12 @@
|
|||
langchain>=0.0.124
|
||||
transformers==4.27.1
|
||||
unstructured[local-inference]
|
||||
layoutparser[layoutmodels,tesseract]
|
||||
nltk
|
||||
sentence-transformers
|
||||
beautifulsoup4
|
||||
icetk
|
||||
cpm_kernels
|
||||
faiss-cpu
|
||||
gradio>=3.25.0
|
||||
detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
langchain>=0.0.120
|
||||
langchain>=0.0.124
|
||||
transformers==4.27.1
|
||||
unstructured[local-inference]
|
||||
layoutparser[layoutmodels,tesseract]
|
||||
|
|
|
|||
Loading…
Reference in New Issue