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/docs/modules
Eugene Yurtsev e46202829f
feat #4479: TextLoader auto detect encoding and improved exceptions (#4927)
# 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>
1 year ago
..
agents bump version to 173 (#4910) 1 year ago
callbacks add more color to callbacks docs (#3856) 1 year ago
chains Harrison/unified objectives (#4905) 1 year ago
indexes feat #4479: TextLoader auto detect encoding and improved exceptions (#4927) 1 year ago
memory Zep memory (#4898) 1 year ago
models Fix AzureOpenAI embeddings documentation example. model -> deployment (#4389) 1 year ago
prompts Harrison/prompt constructor methods (#4616) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst Harrison/plan and solve (#4422) 1 year ago
chains.rst big docs refactor (#1978) 2 years ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 2 years ago
memory.rst big docs refactor (#1978) 2 years ago
models.rst Harrison/standard llm interface (#4615) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst Harrison/prompt constructor methods (#4616) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago