forked from Archives/langchain
e46202829f
# TextLoader auto detect encoding and enhanced exception handling - Add an option to enable encoding detection on `TextLoader`. - The detection is done using `chardet` - The loading is done by trying all detected encodings by order of confidence or raise an exception otherwise. ### New Dependencies: - `chardet` Fixes #4479 ## Before submitting <!-- If you're adding a new integration, include an integration test and an example notebook showing its use! --> ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested: - @eyurtsev --------- Co-authored-by: blob42 <spike@w530> |
||
---|---|---|
.. | ||
blob_loaders | ||
loaders | ||
parsers | ||
test_docs | ||
__init__.py | ||
test_base.py | ||
test_bshtml.py | ||
test_confluence.py | ||
test_csv_loader.py | ||
test_detect_encoding.py | ||
test_generic_loader.py | ||
test_json_loader.py | ||
test_telegram.py | ||
test_web_base.py | ||
test_youtube.py |