diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md index f0c7a634d20680bbb36830b6e74eb44bf01ede18..01d38744b550b78abd86757e6681096ac3e60427 100644 --- a/doc/user/project/repository/code_suggestions/repository_xray.md +++ b/doc/user/project/repository/code_suggestions/repository_xray.md @@ -36,12 +36,22 @@ By understanding the libraries and other dependencies in use, Repository X-Ray h tailor suggestions to match the coding patterns, styles, and technologies used in the project. This results in code suggestions that integrate more seamlessly and follow best practices for the given stack. +Repository X-Ray is supported for both of the following: + +- Organizations using the GitLab-hosted AI Gateway and GitLab AI Vendor models +- Organizations using GitLab Duo Self-Hosted to self-host the AI gateway, with a supported self-hosted platform and model + {{< alert type="note" >}} Repository X-Ray only enhances code generation requests and not code completion requests. {{< /alert >}} +Repository X-Ray is supported for both of the following: + +- On GitLab.com or GitLab Self-Managed, GitLab hosts the GitLab AI vendor models and connects to them through the cloud-based AI gateway. +- On GitLab Self-Managed, in GitLab 17.9 and later, you use GitLab Duo Self-Hosted to self-host the AI gateway and supported language models. + ## How Repository X-Ray works {{< history >}}