Expand description
Embeddings command implementation.
Provides CLI commands for managing embedding providers:
status- Show provider availability and configurationconfigure- Configure embedding provider settingsbackfill- Generate embeddings for existing context itemstest- Test provider connectivity
Functionsยง
- execute
- Execute embeddings command.
- reset_
to_ defaults - Reset embedding settings to defaults.
- spawn_
background_ embedder - Spawn a detached background process to generate embeddings.