diff --git a/docs/adr-feature-gating.md b/docs/adr-feature-gating.md index 64b8668..691792a 100644 --- a/docs/adr-feature-gating.md +++ b/docs/adr-feature-gating.md @@ -2,7 +2,7 @@ ## Context -Motivated by the currently in-progress RAG development in [dev preview scope](https://access.redhat.com/support/offerings/devpreview), there is a use case for introducing feature gating (sometimes equivalently called "feature flags"). The specific use case desired is to have default settings for feature gating in the product that can be overridden using environment variables. +Motivated by the currently [in-progress RAG development](https://github.com/instructlab/dev-docs/pull/161) in [dev preview scope](https://access.redhat.com/support/offerings/devpreview), there is a use case for introducing feature gating (sometimes equivalently called "feature flags"). The specific use case desired is to have default settings for feature gating in the product that can be overridden using environment variables. One common pattern is per-feature gating, i.e., configuration per-feature. This fine-grained control might be desirable in the future, especially to enable user segmentation for individual experimental features. We do not need that level of fine-grained control at this time.