--help
flag at the top and subcommand level for guidance.
Commands must be run from the pip environment the cli was installed in. Commands are split up into subcommands. Currently, there are two subcommands:
vals suite
: relating to creating / updating tests and suitesvals run
: relating to creating and querying runs and run results.vals rag
: Relating to RAG workflows (see the RAG Debug page for more information)vals suite create
commands will produce a link to the created test suite.
To update a test suite, the workflow is similar, but you should provide the id of the test suite you want to update.
vals suite pull
command.
vals suite list
command.
vals suite run
command.
--wait_for_completion
: Wait for the run to complete before exiting the command.--run-name
: Provide a name for the run for easy identification.--eval-model
: Model to use as the LLM-as-judge.vals run list
command.