Enterprise Generative Search — Azure and Open Source · View 31 of 41 · Operations
Decisions
- A prompt change takes the same path as a code change. Treating prompts as configuration is how a quality regression reaches production with no review and no rollback.
- An index schema or chunking change is a shadow build with an atomic alias swap, never an in-place migration. Two embedding versions must never answer the same query.
- Quality and cost gates block the release. A change that improves groundedness and doubles the bill is a decision for a human, and the pipeline makes it one.
Numbers
- Pull-request evaluation runs on a 40,000-document fixture corpus in about 9 minutes; nightly runs the full golden set against the full corpus.
- Canary at 5% for 30 minutes, then a 48-hour watch with automatic rollback on the online quality signals in view 34.
- Shadow index build for a full re-chunk: 14 hours, run against production traffic mirrored at 10% before any swap.
Risks
- Shadow builds double the index cost for their duration. That is budgeted per migration rather than provisioned permanently.
- Evaluation gates can be gamed by a golden set that drifts towards what the system is good at. The set grows from real failures via view 33, and its composition is reviewed quarterly.