ragflow
ragflow copied to clipboard
[Question]: When I use HTTP API to retrieve chunks, why do I get strange results (as shown in the picture)? For example: \u6280
Describe your problem
I want to input the chunks retrieved by RAGFlow into LLM, then I followed the guide at https://ragflow.io/docs/dev/http_api_reference#retrieve-chunks.
This is unicode encoded.
By response.json(), I believe you could make it normal.
same issue here! how to set the curl request or others to resolve this? thanks