From 02720ec2926f2dcf1d8fd416c2354c1948399771 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Tue, 23 Apr 2024 10:29:24 +0800 Subject: [PATCH] Update cli-options.md --- docs/node-guide/cli-options.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/node-guide/cli-options.md b/docs/node-guide/cli-options.md index f26eb3b..0c470a2 100644 --- a/docs/node-guide/cli-options.md +++ b/docs/node-guide/cli-options.md @@ -2,6 +2,17 @@ sidebar_position: 8 --- -# Gaianet CLI options +# WIP: Gaianet CLI options + +After installing the Gaianet installer, you can use the `./gaianet` CLI to execute the GaiaNet node. The following are the CLI options. + +## `gaianet init` + +You can use `gaianet init` to download the model files including the chat model like Llama-2-7b and the embedding model like all-MiniLM-L6-v2, the dataset for the RAG application, and init the model. + +* `gaianet init` will init the default node. It's an RAG application with Gaianet knowledge. +* `gaianet init mua` will init a node with the MUA project knowledge. +* `gaianet init paris` will init a node with the Paris guide knowledge. + +You can also use `gaianet init url_your_config_json` to init your customized settings for the node. You can customize your node using the Gaianet node link. If you're familiar with the gaianet's config.json, you can also create your own one. See an example here. -Coming soon.