Description
Describe your problem
Like shown in the picture, each time it goes to 36 and finishes it re-runs from 1 again.
Is this normal, or do I need to set something?
os: debian 12
version: nightly
ragflow-server log:
ERROR:root:CommunityReportsExtractor got exception
Traceback (most recent call last):
File "/ragflow/graphrag/general/community_reports_extractor.py", line 97, in call
response = json.loads(response)
File "/usr/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)