ragflow/rag
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
..
app Feat: add child parent chunking method in backend. (#11598) 2025-11-28 19:25:32 +08:00
flow Feat: add child parent chunking method in backend. (#11598) 2025-11-28 19:25:32 +08:00
llm Refa: add MiniMax-M2 and remove deprecated MiniMax models (#11642) 2025-12-02 14:43:44 +08:00
nlp Import rag_tokenizer from Infinity (#11647) 2025-12-02 14:59:37 +08:00
prompts Fix typos (#11607) 2025-12-01 09:49:46 +08:00
res Fix: prio synonym match than wordnet for english (#10762) 2025-10-27 09:32:55 +08:00
svr refactor: Use lazy import for CheckpointService 2025-12-03 09:51:28 +01:00
utils Fix: Table parse method issue. (#11627) 2025-12-01 12:42:35 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
raptor.py Feat: add fault-tolerant mechanism to RAPTOR (#11206) 2025-11-13 18:48:07 +08:00
settings.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00