-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to install multiple Rel model files with a structure? #11
Comments
Related: we originally planned to have the capability to upload (and download) an entire directory structure. Would it make sense to pair this feature request with that capability? |
I think it would be helpful to support uploading a selection of files next to the I was thinking:
Uses If needed, we can add options to specify the source prefix to remove (eg for absolute paths) or the target prefix to add. |
This a proposal for this requirement #28 |
Here’s @hersker13’s CLI wrapper script to do this: https://github.com/RelationalAI/sales-engineering/blob/main/customer/zebra/poc3/load_source.sh |
Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-5300. This link is only accessible to employees of RelationalAI. |
I noticed that when you install a model, it does not use the path specified for the name of the model:
Creates a file
model.rel
This seems fine for the
load-model
command because you can use--model
, but I don't know how I install multiple files in a single transaction withload-models
and get them in a hierarchical structure.Of course, using the path may not work well if people prefer to specify absolute path options. Maybe a model-prefix option would be handy?
The text was updated successfully, but these errors were encountered: