feat: knowledgebase summary index (#31439)

This commit is contained in:
FFXN
2026-01-23 15:56:56 +08:00
committed by GitHub
40 changed files with 2947 additions and 27 deletions

View File

@ -102,6 +102,8 @@ def init_app(app: DifyApp) -> Celery:
imports = [
"tasks.async_workflow_tasks", # trigger workers
"tasks.trigger_processing_tasks", # async trigger processing
"tasks.generate_summary_index_task", # summary index generation
"tasks.regenerate_summary_index_task", # summary index regeneration
]
day = dify_config.CELERY_BEAT_SCHEDULER_TIME