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

Lazy set of recommendations #135

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

karlhigley
Copy link
Collaborator

@karlhigley karlhigley commented Nov 18, 2024

This allows building up a set of recommendations by adding operations that are lazily executed when the final set of recommended items is requested. This accomplishes a few things:

  • Moves configuration of the number of slots out of pipeline components
  • Enables constraining item positions ("must appear above position 5")
  • Allows multiple components to collaborate on building a set of recs

This allows building up a set of recommendations by adding operations that are lazily executed when the final set of recommended items is requested. This accomplishes a few things:
* Moves configuration of the number of slots out of pipeline components
* Allows multiple components to collaborate on building a set of recs
* Sets up implementation of constraints on item position ("must appear above position 5")
@karlhigley karlhigley self-assigned this Nov 18, 2024
@karlhigley karlhigley force-pushed the karl/refactor/lazy-recs branch from c142668 to dd2b609 Compare November 18, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant