Christophe Bornet
723031d548
community: Bump ruff version to 0.9 ( #29206 )
...
Co-authored-by: Erick Friis <erick@langchain.dev>
2025-02-08 01:21:10 +00:00
LIU Yuwei
f980144e9c
community: add init for unstructured file loader ( #29101 )
...
## Description
Add `__init__` for unstructured loader of
epub/image/markdown/pdf/ppt/word to restrict the input type to `str` or
`Path`.
In the
[signature](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.markdown.UnstructuredMarkdownLoader.html )
these unstructured loaders receive `file_path: str | List[str] | Path |
List[Path]`, but actually they only receive `str` or `Path`.
## Issue
None
## Dependencies
No changes.
2025-01-13 09:26:00 -05:00
Leonid Ganeline
932c52c333
community[patch]: docstrings ( #16810 )
...
- added missed docstrings
- formated docstrings to the consistent form
2024-02-09 12:48:57 -08:00
Harrison Chase
4eda647fdd
infra: add -p to mkdir in lint steps ( #17013 )
...
Previously, if this did not find a mypy cache then it wouldnt run
this makes it always run
adding mypy ignore comments with existing uncaught issues to unblock other prs
---------
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-02-05 11:22:06 -08:00
chyroc
9ae901c5e6
Feat: add CHM file loader ( #15519 )
...
fix https://github.com/langchain-ai/langchain/issues/15469
2024-01-07 09:28:52 -08:00