Skip to main content
RichRelevance

Release Summary - Jun 15, 2023

The following key features and improvements, along with bug fixes, have been released in Algonomy products in the release version 23.14 during June 02-15, 2023.

Science

Composite Outfit - modified style configurations to work with external IDs

In this release,  Style Configurations and Job Code have been modified to work with external IDs as it is easier for Dashboard to save external ids. During the model build, external IDs are transformed to internal IDs.

clipboard_ef92c5de07f13ef61f04e8550c4862270.png

Availability: Not yet generally available

Jira: ENG-26177

Other Feature Enhancements

The following feature enhancements and upgrades have been made in the release version 23.14 during June 02-15, 2023.

Jira #

Module/Title

Summary

General Availability

PLAT-3504

UPS:

UPS compactor is taking more than 48 hrs to complete

UPS compactor was taking more than 48 hours to complete the process, and a few instances were stuck in the compaction process and were not able to stop. Based on the Jstack, it was found that, alreadySeenEvent and filterDuplicateValues operations were the places the threads were found processing.

To resolve the issue the following has been done.

1. HashMap resizing

We had noticed that considerable time was being spent on resizing the HashMap, to prevent this issue, all HashSets are initialized with the size of the collections.

2. Optimized view events

With this change, alreadySeenEvent (time and space complexity of n) and filterDuplicateValues (time and space complexity of n) will not be run when we add each event.

15-Jun-2023

ENG-26177

 

Science:

Composite Outfit - change style config to work with external IDs

 

We have changed style configurations and job code to work with external IDs as it is easier for Dashboard to save external ids. During the model build, external IDs are transformed to internal IDs.

15-Jun-2023

ENG-26122

 

Find:

Boosting Package Head Products

We have introduced a new feature that enables the boosting of package head products. Users can now prioritize specific products within a package while still being able to search for a product by article number and have it displayed above packages containing that product. This enhancement enhances the user experience by ensuring the correct order of packages and products

15-Jun-2023

ENG-25579

 

Find:

Boosting Assortment Products

We have introduced a new feature that enables the boosting of products within assortments. With this enhancement, users can prioritize assortment members in normal searches, even when a mix of assortment and non-assortment products are present. The solution utilizes the assortmentFilter parameter with a new syntax, allowing for filtering and boosting of assortment products based on specific requirements.

15-Jun-2023

PLAT-3494

 

Streaming Catalog:

Addition of Calculation Detail JSON Blob

We have implemented an enhancement that adds support for a calculation detail JSON blob. This includes two new REST calls on the "enrichment-calculation" endpoint:

·         GET "/vendor/:vendorId/calculation/:id/details": Retrieves the details of a calculation, with a default value of {}.

·         PATCH "/vendor/:vendorId/calculation/:id/details": Updates the details of a calculation. The request body must be a valid JSON.

Additionally, the calculation detail will now be included in the REST response of all endpoints that fetch subscriptions.

15-Jun-2023

ENG-26191

 

Science:

Catalog Enrichment Job - HDFS Import

We have enhanced the Catalog Enrichment job to support importing from HDFS. This modification allows Science to utilize the job for demonstrating new systems like ChatGPT effectively. Users can now provide the HDFS location as a parameter to the job, enabling the import stage from the specified file.

This enhancement is now available for seamless data import into the Catalog Enrichment tables.

15-Jun-2023

ENG-26057

 

Data Engineering:

Addition of strategy_to_rectype_map in Import Lookup to S3 Process

We have introduced a new utility that enables the retrieval and transfer of "strategy_to_rectype_map" data from PostgreSQL to an S3 location. This enhancement is implemented as part of the "import_labels_to_s3" job, which facilitates the seamless transfer of lookup information from PostgreSQL to AWS.

15-Jun-2023

PLAT-3338

Streaming Catalog:

Vendor Services - Create, update, activate or deactivate vendors

 As part of enrichment services,  introduced dedicated vendor service which enables creation, updating, activation, and deactivation of new vendors. The vendor service should provide the applicable metadata associated with each vendor. Earlier, it was hard coded.

15-Jun-2023

Bug and Support Fixes

The following issues have been fixed in the release version 23.14 during June 02-15, 2023.

Jira#

Title

Summary

General Availability

ENG-26252

 

Find:

Issues noticed in newly added feature - Package Boost Filter.

A client was facing issue when adding the new package boosts, the inner products of a package were not boosted as expected when searching for the article number. The issue has been resolved now.

15-Jun-2023

ENG-26137

 

Data Engineering:

Corrected RPV and AOV Metrics in Find Report

We have resolved an issue with the RPV (Revenue Per Visit) and AOV (Average Order Value) metrics in the Find Report, which displayed incorrect values. The calculation for these metrics has been updated to include the currencyDivisor as the denominator, ensuring accurate results. This issue has been successfully fixed, improving the accuracy of RPV and AOV metrics in the Find Report.

15-Jun-2023

  • Was this article helpful?