ragflow/api/db
hsparks.codes ad21f079e7 fix: Remove unused imports and variables to pass Ruff linting
- Comment out unused format_type in export_results (TODO for CSV export)
- Comment out unused req in evaluate_single (TODO for implementation)
- Remove unused json import from evaluation_service
- Remove unused LLMBundle import from evaluation_service
- Remove unused Mock, MagicMock imports from test_evaluation_service
- Keep Mock import in test_evaluation_framework_demo (actually used)

All 24 tests passing 
2025-12-03 08:54:45 +01:00
..
joint_services Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
services fix: Remove unused imports and variables to pass Ruff linting 2025-12-03 08:54:45 +01:00
__init__.py Fix: GraphRAG and RAPTOR tasks do not affect document status (#11194) 2025-11-12 12:03:41 +08:00
db_models.py feat: Add comprehensive RAG evaluation framework (Issue #11656) 2025-12-03 02:09:50 +01:00
db_utils.py Add time utils (#10849) 2025-10-28 19:09:14 +08:00
init_data.py Allow create super user when start rag server. (#10634) 2025-11-24 19:02:08 +08:00
reload_config_base.py
runtime_config.py Admin: add 'show version' (#11079) 2025-11-06 19:24:46 +08:00