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

"Download Toots" is too slow #14

Open
tkellogg opened this issue Jan 7, 2024 · 0 comments
Open

"Download Toots" is too slow #14

tkellogg opened this issue Jan 7, 2024 · 0 comments
Labels
bug Something isn't working python Probably involves a lot of changes to Python code

Comments

@tkellogg
Copy link
Owner

tkellogg commented Jan 7, 2024

Right now, it feels like clicking "Download Toots" might be re-training the cluster, but more realistically I think all that's happening is it's re-summarizing all clusters, which takes a while.

Try caching the cluster labels in the database. All you should need to do is save the cluster labels as a field in the TopicCluster model, and the framework should take care of serializing/deserializing them.

@tkellogg tkellogg added bug Something isn't working python Probably involves a lot of changes to Python code labels Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Probably involves a lot of changes to Python code
Projects
None yet
Development

No branches or pull requests

1 participant