ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: NaN appears in the data returned after the operator is run, causing the agent page to not display properly.

Open cike8899 opened this issue 1 year ago • 0 comments

Self Checks

  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (Language Policy).
  • [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
  • [x] Please do not modify this template :) and fill in all the required fields.

RAGFlow workspace code commit ID

2d4a60cae6db64e0055fd9ac4d8979f92f410cf9

RAGFlow image version

v-.17.2

Other environment information


Actual behavior

NaN appears in the data returned after the operator is run, causing the agent page to not display properly.

Image

Because NaN is not in json format, the page cannot be displayed

Expected behavior

Remove NaN from the data returned by the interface.

Steps to reproduce

Import the following data and run the agent to see the problem.

Additional information

Import the following data and run the agent to see the problem.

Image

cike8899 avatar Mar 14 '25 02:03 cike8899