feat: Error handling and multi-file support in File Component (#4353)

* FEAT: Error handling and multi-file support in File Component

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes

* Update file.py

* [autofix.ci] apply automated fixes

* Add support for multithreading in zips

* [autofix.ci] apply automated fixes

* Add PDF processing support

* [autofix.ci] apply automated fixes

* Update file.py

* [autofix.ci] apply automated fixes

* Update file.py

* [autofix.ci] apply automated fixes

* Update file.py

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Eric Hare 2024-11-05 15:10:41 -08:00 committed by GitHub
commit 07d8f2e04b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 201 additions and 397 deletions

View file

@ -110,6 +110,7 @@ dependencies = [
"langchain-google-community~=2.0.1",
"langchain-elasticsearch>=0.2.0",
"langchain-ollama>=0.2.0",
"pymupdf~=1.24.13",
]
[project.urls]