Skip to content

mxr semantic

Generated from mxr semantic --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Manage semantic search profiles and indexing

mxr semantic [OPTIONS] [COMMAND]
SubcommandPurpose
statusShow semantic status
enableEnable semantic search using the active profile
disableDisable semantic search
reindexReindex the active semantic profile
profileManage semantic profiles
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Manage local semantic search profiles and indexing.

Terminal window
mxr semantic status
mxr semantic profile install bge-small-en-v1.5

Disable semantic search

mxr semantic disable
FlagDescription
-h, --helpPrint help

Enable semantic search using the active profile

mxr semantic enable
FlagDescription
-h, --helpPrint help

Manage semantic profiles

mxr semantic profile [COMMAND]
SubcommandPurpose
listList known semantic profiles
installInstall a semantic profile without switching to it
useSwitch to a semantic profile and rebuild its index
helpPrint this message or the help of the given subcommand(s)
FlagDescription
-h, --helpPrint help

Install a semantic profile without switching to it

mxr semantic profile install <PROFILE>
FlagDescription
<PROFILE>[possible values: bge-small-en-v1.5, multilingual-e5-small, bge-m3]
FlagDescription
-h, --helpPrint help

List known semantic profiles

mxr semantic profile list
FlagDescription
-h, --helpPrint help

Switch to a semantic profile and rebuild its index

mxr semantic profile use <PROFILE>
FlagDescription
<PROFILE>[possible values: bge-small-en-v1.5, multilingual-e5-small, bge-m3]
FlagDescription
-h, --helpPrint help

Reindex the active semantic profile

mxr semantic reindex
FlagDescription
-h, --helpPrint help

Show semantic status

mxr semantic status
FlagDescription
-h, --helpPrint help