ragflow/rag/svr
gooodboyAo a7eba61067
FIX: If chunk["content_with_weight"] contains one or more unpaired surrogate characters (such as incomplete emoji or other special characters), then calling .encode("utf-8") directly will raise a UnicodeEncodeError. (#9246)
FIX: If chunk["content_with_weight"] contains one or more unpaired
surrogate characters (such as incomplete emoji or other special
characters), then calling .encode("utf-8") directly will raise a
UnicodeEncodeError.

### What problem does this PR solve?
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-06 10:36:50 +08:00
..
cache_file_svr.py Format: dos2unix (#4467) 2025-01-13 18:19:01 +08:00
discord_svr.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
jina_server.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
task_executor.py FIX: If chunk["content_with_weight"] contains one or more unpaired surrogate characters (such as incomplete emoji or other special characters), then calling .encode("utf-8") directly will raise a UnicodeEncodeError. (#9246) 2025-08-06 10:36:50 +08:00