Enabling additional features after installation or upgrade for watsonx.data intelligence
After installing or upgrading watsonx.data intelligence, you can enable additional features available with watsonx.data intelligence.
During the initial install or during the upgrade of watsonx.data intelligence, you can enable a number of features. However, if you decide not to enable some features at that time, you can still do so after the initial install or after the upgrade.
For more information about the installation options, see Specifying installation options
for services.
Important: Enabling any of these options will require additional
hardware. For more information, see Hardware requirements.
- Who needs to complete this task?
- Instance administrator To enable additional features for watsonx.data intelligence, you must be an instance administrator.
To enable additional features, run this patch command with the appropriate installation option as
input value for the --patch parameter:
cpd-cli manage update-cr \
--component=watsonx_dataintelligence \
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \
--cpd_operator_ns=${PROJECT_CPD_INST_OPERATORS} \
--patch="{\"<install_option>\":True,}"
If you plan to enable multiple additional features at once, use the following format to specify
the installation
options:
--patch="{\"<install_option1>\":True,\"<install_option2>\":True}"Each key-value pair must be separated by a comma without a space.
For some of the installation options, you must complete additional setup steps or need to consider additional requirements:
- Knowledge graph
- Installation parameter:
enableKnowledgeGraph - Data quality
- Installation parameter:
enableDataQuality - Generative AI capabilities
- Installation parameter:
enableGenerativeAI