Skip to content

GAIP Release notes

June 18, 2024

New feature

  • Added "dataset upload history" table to the "dataset" tab for Personalizer projects.
  • In insights page, "member ID" of top users is added.

June 9, 2024

Enhancement

  • User can now edit search settings in mapper from the GAIP UI.
  • Top browsed items and top rated items in GAIP insight page now can be clicked to see detail.

May 24, 2024

New Feature:

  • Maira projects can now be setup from GAIP platform UI.

May 23, 2024

Enhancements

  • questionnaire/recommend now have flags option in result format. Now it is possible to filter recommendations by flags. Ex: filter out items that are not in stock.
  • profile in now used in questionnaire/recommend to build the context better. This will improve the prompt and consequently better finding products for recommendation.

May 19, 2024

Enhancements

  • Improved gpt/ask context feature.
  • Search result candidate cluster size is dynamic now for "questionnaire recommend". It can be set in questionnaire mapper now to use it.
  • "Search settings" added to "item mapper". Parameters such as is_keyword_enabled, top_k, search_size is removed from the request body.
  • Personalized search now have a priority sort feature. Now it is possible to prioritize items from certain category if they exists in search result.

May 15, 2024

Enhancement

  • OpenAI's latest model gpt-4o is now supported in GAIP. This will improve the speed and sentence structure of Japanese language for /gpt/ask end point response significantly.

Apr 19, 2024

New feature

  • Questionnaire mapper's result_format now have a excludes key, that can be used to exclude specific keys from the prompt_sections.

Apr 13, 2024

New features

  • Conversation Summary Feature. Now it is possible to get conversation summary in daily unit. Units can be set according to the need.
  • Conversation Summary is saved as a regular document and trains immediately for future interactions with Maira. This helps the model to use summaries as Long Time Memory while generating answers.

Apr 11, 2024

Enhancement

  • Item recommendations now no longer returns null ids for projects that contains both personalizer and Maira data
  • Now you can use the endpoint /v1/categories/keywordsto build category navigation or see which category/sub category has the maximum number of products in the catalog.

Apr 5, 2024

New feature

  • Questionnaire mapper now supports result format. Users can set up how they want to see the questionnaire result. Users can set up required categories and optional categories. Recommended items from POST /v1/questionnaire/recommend will be categorized based on that. Optional categories come with their inclusion condition as wel

Mar 27, 2024

New feature

  • From the GPT-Flow History table, you can now select which data (Query, response, feedback) you want to include in the training for future conversations and in which dataset.

Mar 27, 2024

New feature

  • Now POST /v1/gpt/ask API have multiple options to generate answer. This can be set as the value of the key conversation_type, question type does not consider any previous conversation history. chat type considers n previous conversation history while generating an answer. The length of the conversation is defined by the parameter chat_history_length of GPT settings.

Mar 26, 2024

New features

  • In the same project, /gpt/ask API can now answer from both personalizer catalog and Maira datasets. Previously it could handle only one of the data sources.
  • Introducing "Profiles" for our Maira! You can now create and save multiple profiles, each with its own settings . Users no longer have to manually adjust Maira settings every time they switch between different tasks or needs.

Mar 20, 2024

New features

  • keyword extractor changed for japanese language. This is done to improve the quality of japanese language search capabilities. top_k can control how wide or controlled search a customer wants to do in terms of keywords.
  • questionnaire/recommend end point now has a new optional parameter called recommend_count. If it is set, the value of this parameter takes priority over recommend_count variable in questionnaire mapper.

Mar 16, 2024

New feature

  • gpt/ask and questionnaire/recommend endpoints, when providing response with product IDs, now can include any key that was set in the mapper.
  • Now it is easier to set how many product questionnaire/recommend will give, with the new key "recommend_count" in the mapper.
  • introducing top_k to items/search, gpt/ask, giving ability to controls the number of keywords to consider for document searching.

Bug Fix

  • questionnaire/recommend endpoint can now take Null values.

Mar 3, 2024

New feature

  • UI-Based Project Setup: Now set up Personalization Projects directly via the UI, including file uploads, data mapping, and model training.
  • Training History: View detailed training history in Project Settings for improved tracking and insights.
  • Manual Training: Initiate model training manually from the UI for greater control over your personalization strategies.

Jan 25, 2024

New features

  • Add an export button at the bottom of the GPT flow history table. Exports the Table as a CSV file for the specified time range
  • GAIP sidebar improved: Solutions are accessible directly now.

Big fix

  • Bug at trial project status and upgrade flow