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:
parent
f17934b7b8
commit
07d8f2e04b
3 changed files with 201 additions and 397 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue