ragflow/api
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
..
apps Fix(api): correct document parsing progress check logic (#6318) 2025-03-20 16:00:17 +08:00
db Feat: add agent share team viewer (#6222) 2025-03-19 19:04:13 +08:00
utils Fix: #5719 Added type check for parser_config (#6243) 2025-03-18 18:40:06 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Add more web test cases (#3702) 2024-11-28 15:46:35 +08:00
ragflow_server.py Refactor graphrag to remove redis lock (#5828) 2025-03-10 15:15:06 +08:00
settings.py Fix: Reduce excessive IO operations by loading LLM factory configurations (#6047) 2025-03-14 09:54:38 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Fix VERSION 2024-12-07 16:56:34 +08:00