ragflow icon indicating copy to clipboard operation
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

Open Dreamcatcher-wind opened this issue 10 months ago • 1 comments

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.

Image

Dreamcatcher-wind avatar Mar 03 '25 14:03 Dreamcatcher-wind

This is unicode encoded. By response.json(), I believe you could make it normal.

KevinHuSh avatar Mar 04 '25 03:03 KevinHuSh

same issue here! how to set the curl request or others to resolve this? thanks

fairkid avatar Mar 25 '25 05:03 fairkid