Preparing for AI Matching
Before using AI Matching feature, perform the following tasks:
- Install ibi Patterns - Search Learn UI. See ibi Patterns - Search Learn UI Guide.
- Identify repositories that you want to configure for the AI model
- Add the repository model in the
Learnconfig.xmlfile. See the "AI Matching Configuration File" section in ibi MDM Customization Guide. - Specify index entities in the
IndexerConfig.xmlfile. See the "Index Configuration" section in ibi MDM System Administration. - Verify that the text indexing is enabled. See the "Text Indexing Enabled Options" in ibi MDM System Administration.
- Configure data quality workflows. See the "Selecting Data Quality Workflows" in ibi MDM Customization Guide
- Add Java libraries to the
PATHvariable to store generated Java classes of the AI model. Example:export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/lib - Add (Undefined variable: MDM-global-variables.prod_patterns_learn_second) API to the
PATHvariable. Example:export PATH=$PATH:ibi Patterns - SearchInstallationDirectory\learnapi\bin:ibi Patterns - SearchInstallationDirectory\learnapi\lib - (Undefined variable: MDM-global-variables.prod_patterns_learn_second) is not supported on the Linux platform. Therefore, you must copy the
edit> project_name directory from Linux to Windows platform.