From 845adb664a7999ee8fbc11bd36c9f576b35ad237 Mon Sep 17 00:00:00 2001 From: Garfield Dai Date: Wed, 22 Oct 2025 10:29:27 +0800 Subject: [PATCH] knowledge-pipeline-for-enterprise (#27240) --- api/services/feature_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 19d96cb972..148442f76e 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -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