Reference · Glossary

Quality gate

An automated **check that blocks release** when quality metrics fail — golden queries, citation checks, eval scores.

When to use

CI/CD for prompts, indexes, and model swaps.

When not

One-time manual QA only — gates should rerun on every change.

Example

Deploy fails if any of 20 golden RAG answers lacks a supporting citation.