# apr embed
Produce sentence embeddings from a BERT bi-encoder (GH-326 Phase 6).
**Category**: Other
## Synopsis
```text
apr embed [OPTIONS]
```
## Example
```bash
apr embed --help
```
## Full help
Run `apr embed --help` for the complete option list.
## See also
- Source: [`crates/apr-cli/src/commands/embed.rs`](https://github.com/paiml/aprender/blob/main/crates/apr-cli/src/commands/embed.rs)
- Contract: [`contracts/apr-page-cli-embed-v1.yaml`](https://github.com/paiml/aprender/blob/main/contracts/apr-page-cli-embed-v1.yaml)