Skip to content

Commit

Permalink
Remove RAG flags from cli --help
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Apr 10, 2024
1 parent a89925a commit df82d18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ export function help() {
--plugin can load a custom RAG plugin. Specify a path to import with "file://./path/to/plugin.mjs". plugin.mjs must export a single default function that meets the PluginBuilder interface in core/src/plugin/index.ts
--template-view loads a YAML or JSON file to use as a view for the prompt templates. This view will be merged after global, engine, and plugin views but before system and template views.
--update-db will create and update a Vectra database with the current content. When available, a local Vectra db will augment retrieval data.
--augment will look up augmentations in the db.
--no-overwrite will not run generation on Content with an existing Response.
-s, --summary will show a pricing expectation before running and prompt for OK.
-y, —yes will skip any prompts.
--version will print the cli and core versions
-h, --help will print this message and exit.
`);

// --update-db will create and update a Vectra database with the current content. When available, a local Vectra db will augment retrieval data.
// --augment will look up augmentations in the db.
}

0 comments on commit df82d18

Please sign in to comment.