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

Add GraphQL query to manage Model #62

Open
4 tasks
syncpark opened this issue Aug 22, 2023 · 1 comment
Open
4 tasks

Add GraphQL query to manage Model #62

syncpark opened this issue Aug 22, 2023 · 1 comment

Comments

@syncpark
Copy link
Contributor

syncpark commented Aug 22, 2023

Currently only 1 GraphQL query is implemented

  • models: query to get id, name, datasource of model

To manage model from Web UI, the following query should be implemented.

  • upload(or register) new model: Read model from the specified path and register it to database
  • remove model: Remove model from the database
  • update model: Change the datasource of model.
  • Change model storage.
    And currently all models except trained model are stored in Postgres database.
    But the model over 2GB can not be stored in the column of Postgres table.
    I think it's better to manage all the models as file.
@syncpark
Copy link
Contributor Author

syncpark commented Aug 22, 2023

Related issues:
reconverge: model size issue

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