mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? When calling HTTP to request data, if the JSON string returned by the interface contains an unasked back slash like '\u', Python's RE module will escape 'u' as Unicode, but there is no valid 4-digit hexadecimal number at the end, so it will directly report an error. Error: re. error: bad escape \ u at position 26 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)