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

Tell anchors when data to featurize changes #41

Open
WarmCyan opened this issue Aug 28, 2023 · 0 comments
Open

Tell anchors when data to featurize changes #41

WarmCyan opened this issue Aug 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@WarmCyan
Copy link
Collaborator

In order to apply a model beyond the initial data used for exploration, the anchors need some way to tell if the data they are featurizing on is new or not. This primarily applies to similarity anchors, if they've cached any embedding vectors or similar on the anchorlist, they won't know that with new data they need to recompute them.

Perhaps keep a hash of the data that gets sent through featurize that the anchors could check for.

@WarmCyan WarmCyan added the enhancement New feature or request label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant