ragflow/api/apps
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
..
sdk Fix(api): correct document parsing progress check logic (#6318) 2025-03-20 16:00:17 +08:00
__init__.py Refa: enlarge default max request body size. (#6088) 2025-03-14 15:21:08 +08:00
api_app.py Introduced task priority (#6118) 2025-03-14 23:43:46 +08:00
canvas_app.py Feat: add agent share team viewer (#6222) 2025-03-19 19:04:13 +08:00
chunk_app.py Code refactor (#5371) 2025-02-26 15:40:52 +08:00
conversation_app.py Fix: Correct parameter retrieval in thumbup api (#6114) 2025-03-17 16:02:53 +08:00
dialog_app.py Support chat solo. (#5218) 2025-02-21 12:24:02 +08:00
document_app.py Introduced task priority (#6118) 2025-03-14 23:43:46 +08:00
file2document_app.py Added static check at PR CI (#3921) 2024-12-08 21:23:51 +08:00
file_app.py Added static check at PR CI (#3921) 2024-12-08 21:23:51 +08:00
kb_app.py Ignore exceptions when no index ahead. (#5047) 2025-02-18 09:09:22 +08:00
llm_app.py Refa: refine the error message. (#6151) 2025-03-17 13:07:22 +08:00
system_app.py Fix:Fix the bug of incorrectly gets the APIToken. (#5597) 2025-03-04 19:35:42 +08:00
tenant_app.py Update team invite message (#4085) 2024-12-18 14:20:09 +08:00
user_app.py Fix email validation regex (#5533) 2025-03-03 10:55:10 +08:00