mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 07:21:03 +00:00
Improved readability of Docs (#12136)
Replace this entire comment with: - **Description:** a description of the change, improved grammar and readability of DOCS @hwchase17
This commit is contained in:
@@ -127,9 +127,9 @@ len(docs)
|
||||
|
||||
## Auto-detect file encodings with TextLoader
|
||||
|
||||
In this example we will see some strategies that can be useful when loading a big list of arbitrary files from a directory using the `TextLoader` class.
|
||||
In this example we will see some strategies that can be useful when loading a large list of arbitrary files from a directory using the `TextLoader` class.
|
||||
|
||||
First to illustrate the problem, let's try to load multiple text with arbitrary encodings.
|
||||
First to illustrate the problem, let's try to load multiple texts with arbitrary encodings.
|
||||
|
||||
|
||||
```python
|
||||
|
Reference in New Issue
Block a user