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

Feat: Export/Import Model #40

Merged
merged 7 commits into from
Aug 23, 2023
Merged

Feat: Export/Import Model #40

merged 7 commits into from
Aug 23, 2023

Conversation

taewhi
Copy link
Member

@taewhi taewhi commented Aug 22, 2023

EXPORT/IMPORT MODEL commands has been implemented.

You can export a model as follows:

EXPORT MODEL model_name;

It will return a zip file of model files and metadata file in binary format.

You can import a model as follows:

IMPORT MODEL new_model_name FROM ?;

You need to execute this statement after binding the exported zip file to '?' as in the prepared statement.

@taewhi taewhi added the enhancement New feature or request label Aug 22, 2023
@taewhi taewhi self-assigned this Aug 22, 2023
@taewhi taewhi linked an issue Aug 22, 2023 that may be closed by this pull request
@taewhi taewhi merged commit c460d30 into main Aug 23, 2023
1 check passed
@taewhi taewhi deleted the dev/issue-39 branch August 23, 2023 08:11
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

Successfully merging this pull request may close these issues.

Feat: Export/Import Model
1 participant