chore: Remove PDF extra from unstructured dependency because of pytorch (#3633)

Remove PDF extra from unstructured dependency in pyproject.toml
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-08-30 17:26:04 -03:00 committed by GitHub
commit 15bb39ac9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 888 deletions

909
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -87,7 +87,7 @@ langchain-chroma = "^0.1.1"
upstash-vector = "^0.4.0"
gitpython = "^3.1.43"
cassio = { extras = ["cassio"], version = "^0.1.7", optional = true }
unstructured = {extras = ["docx", "md", "pptx", "pdf"], version = "^0.14.4"}
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}
langchain-aws = "^0.1.16"
langchain-mongodb = "^0.1.6"
kubernetes = "^30.1.0"