graphrag
graphrag copied to clipboard
Fix/json dumps ascii
Description
Set ensure_ascii to False in json dumps, for supporting and preserving non ASCI chars.
For example, "Alonso José" would be stored as "Alonso Jos\u130"
Related Issues
Related PRs
Checklist
- [ ] I have tested these changes locally.
- [ ] I have reviewed the code changes.
- [ ] I have updated the documentation (if necessary).
- [ ] I have added appropriate unit tests (if applicable).
Additional Notes
[Add any additional notes or context that may be helpful for the reviewer(s).]
https://github.com/microsoft/graphrag/issues/866