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

save base embeddings to disk, recalculate periodically? #1

Open
julianfleck opened this issue Jun 1, 2021 · 0 comments
Open

save base embeddings to disk, recalculate periodically? #1

julianfleck opened this issue Jun 1, 2021 · 0 comments

Comments

@julianfleck
Copy link
Contributor

With the knowledge graph growing, starting up the API becomes slow because the computation of the base embeddings takes a lot of time. Instead, we should save then somewhere and load then from disk instead of recalculating everytime. Then we can run the calculations in the background (ideally with a scope parameter, e.g. ECCHR as a scope limits the computation of the embeddings to a certain part of the map).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant