Preparing for AI Matching
Before using AI Matching feature, perform the following tasks:
- Install TIBCO Patterns - Search Learn UI. See TIBCO 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 TIBCO MDM Customization. - Specify index entities in the
IndexerConfig.xmlfile. See the "Index Configuration" section in TIBCO MDM System Administration. - Verify that the text indexing is enabled. See the "Text Indexing Enabled Options" in TIBCO MDM System Administration.
- Configure data quality workflows. See the "Selecting Data Quality Workflows" in TIBCO MDM Customization
- 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 TIBCO Patterns - Learn API to the
PATHvariable. Example:export PATH=$PATH:TIBCO Patterns - SearchInstallationDirectory\learnapi\bin:TIBCO Patterns - SearchInstallationDirectory\learnapi\lib - TIBCO Patterns - Learn is not supported on the Linux platform. Therefore, you must copy the
edit> project_name directory from Linux to Windows platform.