From c1f34281f25f0e2dd2a15357a3b17228443fe41c Mon Sep 17 00:00:00 2001 From: Ryan Hefner Date: Thu, 15 Jan 2026 15:35:26 +0100 Subject: [PATCH] feat: Enable AI features by default --- setup/values-gdcn.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup/values-gdcn.yaml b/setup/values-gdcn.yaml index 2e72e49..04fc518 100644 --- a/setup/values-gdcn.yaml +++ b/setup/values-gdcn.yaml @@ -15,4 +15,9 @@ ingress: lbProtocol: http lbPort: "" -deployVisualExporter: false +# Enable AI features +deployGenAIService: true +enableSemanticSearch: true +enableGenAIChat: true +deployGenAIMetadataSync: true +deployQdrant: true