You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Hyeongchan Kim 9b70131aed
community[patch]: refactor the type hint of `file_path` in `UnstructuredAPIFileLoader` class (#18839)
* **Description**: add `None` type for `file_path` along with `str` and
`List[str]` types.
* `file_path`/`filename` arguments in `get_elements_from_api()` and
`partition()` can be `None`, however, there's no `None` type hint for
`file_path` in `UnstructuredAPIFileLoader` and `UnstructuredFileLoader`
currently.
* calling the function with `file_path=None` is no problem, but my IDE
annoys me lol.
* **Issue**: N/A
* **Dependencies**: N/A

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
4 months ago
..
cli cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673) 4 months ago
community community[patch]: refactor the type hint of `file_path` in `UnstructuredAPIFileLoader` class (#18839) 4 months ago
core core[patch]: ToolException docs/exception message (#17590) 4 months ago
experimental experimental[patch]: Enhance LLMGraphTransformer with async processing and improved readability (#19205) 4 months ago
langchain infra: Consistent lxml requirements (#19520) 4 months ago
partners cohere[patch]: release 0.1.0rc1 (#19663) 4 months ago
text-splitters infra: Consistent lxml requirements (#19520) 4 months ago