graphiti/graphiti_core/utils/maintenance
Daniel Chalef b28bd92c16
Remove ensure_ascii configuration parameter (#969)
* Remove ensure_ascii configuration parameter

- Changed to_prompt_json default from ensure_ascii=True to False
- Removed ensure_ascii parameter from Graphiti.__init__ and GraphitiClients
- Removed ensure_ascii from all function signatures and context dictionaries
- Removed ensure_ascii from all test files
- All JSON serialization now preserves Unicode characters by default

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* format

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-10-02 15:10:57 -07:00
..
__init__.py Gemini support (#324) 2025-04-06 09:27:04 -07:00
community_operations.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
dedup_helpers.py Refactor batch deduplication logic to enhance node resolution and track duplicate pairs (#929) (#936) 2025-09-26 08:40:18 -07:00
edge_operations.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
graph_data_operations.py OpenSearch updates (#906) 2025-09-14 01:43:37 -04:00
node_operations.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
temporal_operations.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
utils.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00