diff --git a/index.ts b/index.ts index 935637e6df29e26e667c16d5e8bbf109376b5d26..26592ec1a1dbfc212ddcacb4c90af834eb6c0b85 100644 --- a/index.ts +++ b/index.ts @@ -132,6 +132,13 @@ const program = new Commander.Command(packageJson.name) ` Choose an action after installation. For example, 'runApp' or 'dependencies'. The default option is just to generate the app. +`, + ) + .option( + "--vector-db <vectorDb>", + ` + + Select which vector database you would like to use, such as 'none', 'pg' or 'mongo'. The default option is not to use a vector database and use the local filesystem instead ('none'). `, ) .allowUnknownOption()