ragflow/api/apps/sdk
hy89 1d9ca172e3
Fix(api): correct document parsing progress check logic (#6318)
- Fix incorrect progress check condition that prevented re-parsing of
completed documents
- Allow parsing for documents with progress 0.0 (not started) or 1.0
(completed)
- Only block parsing for documents currently in progress (0.0 < progress
< 1.0)

Close #6312

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2025-03-20 16:00:17 +08:00
..
agent.py Added static check at PR CI (#3921) 2024-12-08 21:23:51 +08:00
chat.py Fix: Add Knowledge Base Document Parsing Status Check (#5966) 2025-03-12 16:07:45 +08:00
dataset.py Fix: remove dup ids for APIs. (#6263) 2025-03-19 13:10:59 +08:00
dify_retrieval.py Code refactor (#5371) 2025-02-26 15:40:52 +08:00
doc.py Fix(api): correct document parsing progress check logic (#6318) 2025-03-20 16:00:17 +08:00
session.py Fix: miss url path. (#6211) 2025-03-18 14:02:57 +08:00