Closed maple0325 closed 3 months ago
Any solution for this one, I'm having the same issue.
It might be because of the encoding format of the book.txt. In that case, Changing the file Encoding property to utf-8 should resolve the issue
PR https://github.com/microsoft/graphrag/pull/639 has been merged and included in GraphRAG 0.2.0, which enforces UTF-8 encoding. Please let us know if upgrading resolves your issue.
This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days.
Please, is there a solution to this problem?
We have resolved several issues related to text encoding and JSON parsing that are rolled up into version 0.2.2. Please try again with that version and re-open if this is still an issue.
I'm using the 0.2.2 version of graphrag and i still got the same error
🚀 Reading settings from ragtest\settings.yaml ❌ create_base_text_units None ⠹ GraphRAG Indexer ├── Loading Input (InputFileType.text) - 1 files loaded (0 filtered) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00 0:00:00 └── create_base_text_units ❌ Errors occurred during the pipeline run, see logs for more details.
14:50:16,78 graphrag.index.input.text INFO found text files from input, found [('book.txt', {})] 14:50:16,81 graphrag.index.input.text WARNING Warning! Error loading file book.txt. Skipping...
It might be because of the encoding format of the book.txt. In that case, Changing the file Encoding property to utf-8 should resolve the issue
Thanks! This is exactly my problem. Thanks a lot!
Is your feature request related to a problem? Please describe.
in my log
there is a warning
I think this is a reason why
Describe the solution you'd like
how to solve this warning
Additional context
No response