-
Notifications
You must be signed in to change notification settings - Fork 62
Description
when excute
python ingest.py
got error:
Traceback (most recent call last): File "C:\Users\Li-sh\dev\aifaq\src\mvt\ingest.py", line 35, in <module> docs = loader.load() File "C:\Users\Li-sh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\langchain_core\document_loaders\base.py", line 43, in load return list(self.lazy_load()) File "C:\Users\Li-sh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\langchain_community\document_loaders\merge.py", line 23, in lazy_load for document in data: ^^^^ File "C:\Users\Li-sh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\langchain_community\document_loaders\readthedocs.py", line 84, in lazy_load text = self._clean_data(f.read()) ~~~~~~^^ File "<frozen codecs>", line 325, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 10: invalid start byte
Environment:
- Windows 10, Python 3.13.1, main branch