Merge branch 'main' into feat/rag-2

This commit is contained in:
twwu
2025-08-13 15:05:57 +08:00
118 changed files with 6051 additions and 567 deletions

View File

@ -4,6 +4,7 @@ from dify_app import DifyApp
def init_app(app: DifyApp):
from commands import (
add_qdrant_index,
cleanup_orphaned_draft_variables,
clear_free_plan_tenant_expired_logs,
clear_orphaned_file_records,
convert_to_agent_apps,
@ -43,6 +44,7 @@ def init_app(app: DifyApp):
clear_orphaned_file_records,
remove_orphaned_files_on_storage,
setup_system_tool_oauth_client,
cleanup_orphaned_draft_variables,
setup_datasource_oauth_client,
]
for cmd in cmds_to_register: