forked from machine-learning-exchange/mlx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add link to KIND deployment doc * Update the script that checks for broken links * Fix broken links in usage steps and API README * Update the resource requirements for KIND * Add a deployment wait-loop for KIND * Update the import assets documentation Related machine-learning-exchange#266 Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
- Loading branch information
Showing
6 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
# Import Data and AI Assets in MLX Catalog | ||
|
||
To import a catalog of assets first click on the three dots at the bottom of the left navigation bar and then click on `MLX Settings`. Then select `Choose Catalog` under the `Bulk Imports` sections. Find and select the [JSON file](/bootstrapper/catalog_upload.json) that describes your catalog and then your import will begin. A progress bar will appear to indicate upload progress. | ||
To _import a catalog of assets_ you must be logged in as an `admin`. To log in, append `/#` to the | ||
MLX URL in your browser's address bar: | ||
|
||
If an asset exists in your Catalog, but has not been imported then make sure that all the info provided in the Catalog (API Key, Asset URL, etc.) is correct. If it is correct, ensure that the asset you are trying to import does not share a name/ID with another asset. | ||
http://mlx-ui-url/# | ||
|
||
![Catalog Import Screenshot](/docs/images/CatalogImport.png) | ||
Then expand the :gear: **Settings** at the bottom of the left-hand side navigation bar, and click on | ||
**MLX Settings**. At the top of the center screen, click on the **Choose Catalog** button under | ||
the **Bulk Imports** sections. | ||
|
||
Find and select the [JSON file](/bootstrapper/catalog_upload.json) that describes your catalog | ||
and the import should begin. A progress bar will indicate the upload progress. | ||
|
||
If an asset from your Catalog did not get imported, make sure that all the metadata provided in the | ||
Catalog upload file is correct (API Key, Asset URL, etc.). If it is correct, ensure that the | ||
asset you are trying to import does not share a name/ID with another asset. | ||
|
||
![Catalog Import Screenshot](/docs/images/CatalogImport.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters