Skip to main content
Version: 3.2.5

Release notes

Version 3.2.5

About Release
  • Release date: February 10, 2025
  • Compatible platform versions: Work.AI 10.2.8+

The Tara 3.2.5 release includes a reworked analytics dashboard, better report handling, optimized storage organization, and upgrades to the decision and NER models.

  • To improve analysis and accelerate the decision audit process, we updated the PSS analytics dashboard.

    • A new Superset analytics dashboard is introduced with more detailed adjudication information. The dashboard contains filters for various article lists, countries, and search types, detailed reports for diving into specific data points, and charts and graphs visualizing screening results.

    • The request_insert_time, status, and tara_version columns are added to the Message Analytics Data Store (ds_pss_messages_analytics_v1), with updated analytics table indexes to improve query performance. The changes streamline data retrieval and reduce query complexity, resulting in a faster and more efficient dashboard.

  • All Tara-related S3 files are moved under a single root directory: doc-upload/payment_sanctions_screening. The previous doc-upload/sanctions directory is no longer used. Updated locations for S3 files follow the new structure:

    • HTML reports: doc-upload/payment_sanctions_screening/reports/html

    • Rules: doc-upload/payment_sanctions_screening/rules and doc-upload/payment_sanctions_screening/{$version}/rules

    • CLDS historical upload: doc-upload/payment_sanctions_screening/historical-decisions

    • QC and CLDS templates: doc-upload/payment_sanctions_screening/reports/templates

    • QC reports: doc-upload/payment_sanctions_screening/reports/qc

    • CLDS reports: doc-upload/payment_sanctions_screening/reports/clds

  • Previous QC and CLDS reports are now automatically archived before new ones are generated. The PSS CLDS Report and QC Report Business Processes are updated to move previously generated reports to the reports_archive directory in S3.

  • To enhance data security and restrict client access to other MinIO storage, we now provide a custom S3 bucket for HTML, QC, and CLDS reports, as well as CLDS historical uploads. Rules and report template locations remain unchanged, and the sub-directory structure within a custom bucket mirrors that of the doc-upload bucket.

  • The AI Agent configuration is upgraded with the NER model v2.1.0 featuring:

    • Improved recognition of multiple people's names appearing consecutively

    • Better differentiation between people and organizations

    • Enhanced detection of common phrases that do not contain entities

  • The decision model is updated to v5.0.0 to remove obsolete features and UI configurations. All required configurations are migrated to the core Payment Sanction Screening Business Process UI.

Bug fixes:

  • Fixed exceptions related to broken content responses and missing message types.

  • Fixed CLDS report issues:

    • Resolved missing MessageText values in the CLDS report when tag content was not parsed. Now, when a hit is good for reapplication, tag content is correctly parsed and included.

    • Addressed missing MinimumCounter values when the hash status was NOT_SET. If the MinimumCounter or MinimumAnalyst values are missing or set to 0, they are now added from the configuration to the cldsInfo object.

    • CLDS resolved hit comments now display the number of times a hit was dispositioned and the number of analysts involved.

    • Date formats are synchronized for Enabled date and Created date in CLDS reports. The last_timestamp field in QC reports is set to the yyyy-MM-ddTHH:mm:ss.SSS format.

  • Fixed the issue where a hit on the abbreviated name "C. I. D. E. I. M" was not identified correctly. The hit text calculation logic was updated with the SignificantOverlap function, ensuring proper token order comparison between hit text and NER text.