build_embeddings
Compute local vector embeddings for indexed code nodes to enable semantic search. Incrementally updates only changed nodes.
Instructions
Compute local vector embeddings for the indexed nodes (enables semantic_search). Idempotent + incremental — only changed nodes are re-embedded. No-op if the local model is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Repo root (defaults to cwd) |