backfill_query_embeddings
Backfill missing query embeddings in retrieval_telemetry for records created before Phase 4a, processing rows in configurable batches and optionally building a HNSW index.
Instructions
Backfill query_embedding column in retrieval_telemetry for rows that predate Phase 4a. Processes rows in batches. Set build_index=true to also create the HNSW index after backfill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_size | No | ||
| limit | No | ||
| dry_run | No | ||
| build_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |