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

There is no result cache on the server side #9

Open
MGlauer opened this issue Jul 25, 2024 · 0 comments
Open

There is no result cache on the server side #9

MGlauer opened this issue Jul 25, 2024 · 0 comments

Comments

@MGlauer
Copy link
Contributor

MGlauer commented Jul 25, 2024

At its current state Chebifier does not store results of previous predictions.

Visualisations should not be cached. Instead, a specific "recalculate" flag should be available to retrieve them.

Before each prediction, the system should do the following:

  1. Check all chemicals for pre-existing predictions based on the InCHI code that to not have an explicit "recalculate" flag
  2. Predict only those that are not in the cache yet
  3. Predict missing ones
  4. Add predictions to cache database

This cache should be flushed at the end of the. Or at least matched against the new model.

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

No branches or pull requests

1 participant