mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
refine docs for 0.9.0 release (#1812)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -311,7 +311,8 @@ class DocumentService(CommonService):
|
||||
prg = 0
|
||||
finished = True
|
||||
bad = 0
|
||||
status = d["run"]#TaskStatus.RUNNING.value
|
||||
e, doc = DocumentService.get_by_id(d["id"])
|
||||
status = doc.run#TaskStatus.RUNNING.value
|
||||
for t in tsks:
|
||||
if 0 <= t.progress < 1:
|
||||
finished = False
|
||||
|
||||
Reference in New Issue
Block a user