Skip to content

Introduction

What is Adobe Sensei?

Adobe Sensei is an AI-driven service available for Adobe Commerce that tracks user interactions across the storefront and provides an instant search solution and intelligent product recommendations to enhance customer shopping experiences. For more details on each area of functionality see Adobe's docs:

What is Hyvä Enterprise - Sensei?

Hyvä Enterprise - Sensei is a collection of modules that make these Adobe Commerce features compatible with both Hyvä Theme and Hyvä Checkout.

Hyvä Enterprise compatibility for Adobe Sensei is split into 3 main areas:

  • Data Services - this base module for both Live Search & Product Recommendations handles eventing (tracking of user interaction) via a data layer.
  • Live Search - provides the search functionality, including the 'storefront popover' which powers the instant results, as well as the search results page, which can be rendered either via default Magento (server side rendered), or via the Product Listing Page (PLP) Widget
  • Product Recommendations - provides the product recommendations functionality, including support for the Page Builder integration

Hyvä Checkout Support

Unlike our Commerce and B2B compatibility Hyvä Enterprise offerings, Sensei does not have separate composer metapackages for Hyvä Theme and Hyvä Checkout, but rather one package that covers both. This is due to the only checkout functionality being related to the data services event tracking and consists of a single layout XML file (for the checkout_index_index handle) that adds a template file that is also utilized in the theme (on the checkout review page).

Even if your main storefront theme is not a Hyvä-based theme (e.g. Luma/default Magento), you can still safely install the Sensei metapackage as all non checkout output will be suppressed due to our use of hyva_ prefixed layout XML handles and the Hyva\Theme\Service\CurrentTheme::isHyva() class method, which ensures code only runs on Hyvä-based themes.