Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validations for Personalize input and configurations #151

Merged

Commits on Jul 12, 2023

  1. Add validations for Personalize input and configurations

    Description:
    ===========
    This commit adds following changes:
    * Change scoring logic to consider ranks instead of scores
    * Add validation for Personalize inputs and configurations
    * Add E2E tests in the form of unit tests for Personalize ranking
    
    Signed-off-by: Ketan Kulkarni <[email protected]>
    kulket committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    25b32a9 View commit details
    Browse the repository at this point in the history
  2. Add user agent prefix to Personalize client to understand plugin adop…

    …tion
    
    Description:
    ============
    This change adds following:
    * User agent configuration for Personalize client to understand plugin adoption
    * Add validation related unit tests
    
    Signed-off-by: Ketan Kulkarni <[email protected]>
    kulket committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    47b42d3 View commit details
    Browse the repository at this point in the history
  3. Add validations for Personalize input and configurations

    Description:
    ===========
    This commit adds following changes:
    * Change scoring logic to consider ranks instead of scores
    * Add validation for Personalize inputs and configurations
    * Add E2E tests in the form of unit tests for Personalize ranking
    
    Signed-off-by: Ketan Kulkarni <[email protected]>
    kulket committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4c088fd View commit details
    Browse the repository at this point in the history
  4. Change response processor config name

    Description:
    ===========
    This commit includes following:
    * Change response processor name from personalize_ranking to personalized_search_ranking
    * Change client settings to use same naming convention
    * Address review comments
    
    Signed-off-by: Ketan Kulkarni <[email protected]>
    kulket committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1e44338 View commit details
    Browse the repository at this point in the history
  5. Fix typo in unit test

    Signed-off-by: Ketan Kulkarni <[email protected]>
    kulket committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e0490ff View commit details
    Browse the repository at this point in the history