maxkb/apps/knowledge/tasks/__init__.py
2025-08-25 01:20:33 +08:00

5 lines
207 B
Python

# coding=utf-8
# Import tasks for Celery discovery
# Note: We import the specific tasks, not * to avoid circular imports
from .advanced_learning import advanced_learning_by_document, batch_advanced_learning