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/community/langchain_community
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
..
adapters docs: added `community` modules descriptions (#17827) 5 months ago
agent_toolkits community: Add PolygonAggregates tool (#18882) 5 months ago
callbacks community[patch] : [Fiddler] ensure dataset is not added if model is present (#19293) 4 months ago
chat_loaders community[patch]: speed up import times in the community package (#18928) 5 months ago
chat_message_histories community[patch]: speed up import times in the community package (#18928) 5 months ago
chat_models community[Qianfan]: add function_call in additional_kwargs (#19550) 4 months ago
docstore community[patch]: speed up import times in the community package (#18928) 5 months ago
document_compressors community[patch]: speed up import times in the community package (#18928) 5 months ago
document_loaders community[patch]: refactor the type hint of `file_path` in `UnstructuredAPIFileLoader` class (#18839) 4 months ago
document_transformers community[patch]: flattening imports 3 (#18939) 5 months ago
embeddings Update text2vec.py (#19657) 4 months ago
example_selectors docs: added `community` modules descriptions (#17827) 5 months ago
graphs community[minor]: Add the option to omit schema refresh in Neo4jGraph (#19654) 4 months ago
indexes community: Add document manager and mongo document manager (#17320) 5 months ago
llms community[minor]: Allow passing `allow_dangerous_deserialization` when loading LLM chain (#18894) 4 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 7 months ago
retrievers community[patch]: Fixing incorrect base URLs for Azure Cognitive Search Retriever (#19352) 4 months ago
storage community[patch]: flattening imports 3 (#18939) 5 months ago
tools Josha91 fix docstring (#19249) 5 months ago
utilities community[minor]: Add support for non-file-based Document Loaders in PebbloSafeLoader (#19574) 4 months ago
utils core[patch]: Convert SimSIMD back to NumPy (#19473) 4 months ago
vectorstores community[patch]: update for compatibility with latest Meilisearch version (#18970) 4 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago
cache.py community[patch]: GPTCache pydantic validation error on lookup (#19427) 4 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago