knowledge-pipeline-for-enterprise (#27240)

This commit is contained in:
Garfield Dai 2025-10-22 10:29:27 +08:00 committed by GitHub
parent 0c6cae2d59
commit 845adb664a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ class FeatureService:
if dify_config.ENTERPRISE_ENABLED:
features.webapp_copyright_enabled = True
features.knowledge_pipeline.publish_enabled = True
cls._fulfill_params_from_workspace_info(features, tenant_id)
return features