Skip to content

Commit

Permalink
Add link to RAG dev doc
Browse files Browse the repository at this point in the history
Signed-off-by: Anastas Stoyanovsky <[email protected]>
  • Loading branch information
anastasds authored Jan 14, 2025
1 parent 7ae9487 commit 6b8f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adr-feature-gating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6b8f3e9

Please sign in to comment.