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]
| Subcommand |
Purpose |
status |
Show semantic status |
enable |
Enable semantic search using the active profile |
disable |
Disable semantic search |
reindex |
Reindex the active semantic profile |
profile |
Manage semantic profiles |
help |
Print this message or the help of the given subcommand(s) |
| Flag |
Description |
--format <FORMAT> |
[possible values: table, json, jsonl, csv, ids] |
-h, --help |
Print help |
Manage local semantic search profiles and indexing. reindex is resumable and skips what is already embedded; reindex --force re-embeds everything.
mxr semantic profile install bge-small-en-v1.5
mxr semantic reindex --force # recover a corrupt or half-migrated index
Disable semantic search
| Flag |
Description |
-h, --help |
Print help |
Enable semantic search using the active profile
| Flag |
Description |
-h, --help |
Print help |
Manage semantic profiles
mxr semantic profile [COMMAND]
| Subcommand |
Purpose |
list |
List known semantic profiles |
install |
Install a semantic profile without switching to it |
use |
Switch to a semantic profile and rebuild its index |
help |
Print this message or the help of the given subcommand(s) |
| Flag |
Description |
-h, --help |
Print help |
Install a semantic profile without switching to it
mxr semantic profile install <PROFILE>
| Flag |
Description |
<PROFILE> |
[possible values: bge-small-en-v1.5, multilingual-e5-small, bge-m3] |
| Flag |
Description |
-h, --help |
Print help |
List known semantic profiles
mxr semantic profile list
| Flag |
Description |
-h, --help |
Print help |
Switch to a semantic profile and rebuild its index
mxr semantic profile use <PROFILE>
| Flag |
Description |
<PROFILE> |
[possible values: bge-small-en-v1.5, multilingual-e5-small, bge-m3] |
| Flag |
Description |
-h, --help |
Print help |
Reindex the active semantic profile
mxr semantic reindex [OPTIONS]
| Flag |
Description |
--force |
Re-embed every message, including ones whose stored vectors already look current. Use this to recover a corrupt or half-migrated index |
-h, --help |
Print help |
Show semantic status
| Flag |
Description |
-h, --help |
Print help |