Generated functionalities

  1. Generate promotions from a description

From thousands of historical promotions that were in production, a large language model (LLM) is trained with hundreds of selected promotions so that the model learns to create promotions from a description

Example of a description from which to create a new promotion

From January 1 to 30, 2024, only on Fridays from 4 to 8 p.m., if the payment type is 2 and the store is listed 01,03,05. If there is a product with sku code=950316706 and a product with sku code 850528503, apply a 50% discount to the product with sku code 850528503.

Promotion created from this description

2) Queries to data generated based on description

Using a language model (LLM), this module allows queries to be performed using natural language

Example:

Generate sales table by month of the year 2023, indicating name of the month, total sales and number of sales

3) help chat

Supports the system operator in clarifying CloudPromo concepts and functionalities