Skip to content

Improve Deep Search enabling guidelines #1202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/code-search/types/deep-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down