Files
langchain/docs
Akash NP 13a0ed064b add encoding to avoid UnicodeDecodeError (#2908)
**About**
Specify encoding to avoid UnicodeDecodeError when reading .txt for users
who are following the tutorial.

**Reference**
```
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1205: character maps to <undefined>
```

**Environment**
OS: Win 11
Python: 3.8
2023-04-14 16:36:03 -07:00
..
2023-04-14 13:19:58 -07:00
2023-04-04 07:21:50 -07:00
2023-04-14 07:40:04 -07:00
2023-01-02 08:24:09 -08:00
2023-03-26 19:49:46 -07:00
cr
2023-04-09 13:10:46 -07:00
2022-10-24 14:51:15 -07:00
2023-03-30 08:20:30 -07:00
2023-01-29 20:49:35 -08:00