mirror of https://github.com/langgenius/dify.git
knowledge-pipeline-for-enterprise (#27240)
This commit is contained in:
parent
0c6cae2d59
commit
845adb664a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue