Extension
  • How does the Magento 2 AI Product Recommendation extension work?

    The extension connects with AI services through ChromaDB and server endpoints. It uses product data, names, and attributes to find similar products. Admins can configure the number of recommended products and set the distance value for accuracy.

     

  • Can I control the number of recommended products shown?

    Yes. The admin can configure the extension to set how many products should appear in the AI Recommended block. This allows store owners to balance between visibility and performance.

  • What is the distance value in Magento 2 AI Product Recommendation?

    The distance value defines the similarity level between products. A smaller value (like 1) ensures highly relevant product matches, while larger values broaden the scope of recommendations.

     

  • Is the Magento 2 AI Product Recommendation extension compatible with all Magento 2 versions?

    Yes, the extension is compatible with Magento 2 Community and Enterprise editions (2.3.x and 2.4.x) including cloud versions. It also supports custom themes and GraphQL.