Skip to content

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
@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
1 participant