ragflow/rag/svr
hsparks.codes 3ff57771c6 refactor: Use lazy import for CheckpointService
- Move CheckpointService import inside run_raptor_with_checkpoint function
- Prevents module-level import that could cause initialization issues
- Improves modularity and reduces coupling

Note: task_executor.py has pre-existing NLTK dependencies from resume module
that may require NLTK data in test environments. This is unrelated to checkpoint feature.
2025-12-03 09:51:28 +01:00
..
cache_file_svr.py Refactor function name (#11210) 2025-11-12 19:00:15 +08:00
discord_svr.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
sync_data_source.py Refactor: better describe how to get prefix for sync data source (#11636) 2025-12-01 17:46:44 +08:00
task_executor.py refactor: Use lazy import for CheckpointService 2025-12-03 09:51:28 +01:00