diff --git a/docs/code-search/types/deep-search.mdx b/docs/code-search/types/deep-search.mdx index 30cf569c7..3c2cfc84a 100644 --- a/docs/code-search/types/deep-search.mdx +++ b/docs/code-search/types/deep-search.mdx @@ -26,11 +26,15 @@ Deep Search displays a list of sources used to generate the answer. The sources ## Enabling Deep Search -Deep Search can only be used on Sourcegraph instances with Code Search and Cody licenses. +Deep Search can only be used on Sourcegraph instances with Enterprise and Enterprise Starter licenses. -Deep Search is disabled by default. To enable it, ask your site administrator to set `experimentalFeatures.deepSearch.enabled = "true"` in your site configuration. +- All Sourcegraph Cloud customers on Enterprise and Enterprise Starter plans can use Deep Search. It comes enabled by default +- All Sourcegraph Cloud customers on Enterprise with Code Search only plans will need their Sourcegraph representative to get them an updated license key (along with agreeing to new terms to allow us to use LLMs). Once this is done, then their site admins can enable it from the Site Config settings +- For Sourcegraph self-hosted customers, Deep Search is disabled by default -For optimal performance, Deep Search is specialized to only use one model. Currently, Deep Search only supports Claude Sonnet 4. +Site administrators can enable it by setting `experimentalFeatures.deepSearch.enabled = "true"` in your site configuration. + +For optimal performance, Deep Search is specialized only to use one model. Currently, Deep Search only supports Claude Sonnet 4. ### Configuring Deep Search on Amazon Bedrock or GCP Vertex