vacuum_embeddings
Deletes orphaned embedding rows in a specified vault where the associated chunk no longer exists. Safe and idempotent, useful after schema migrations.
Instructions
Drop orphaned embedding rows whose chunk_id no longer exists in the chunks table. Safe and idempotent; does not touch live data. Useful after migrations from pre-v0.7.0 schemas where chunk deletion did not always cascade to the derived layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes |