You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deep-search/index.mdx
+4-68Lines changed: 4 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<pclassName="subtitle">Learn more about Sourcegraph's agentic Code Search tool Deep Search.</p>
4
4
5
-
<Callouttype="note"> New in version 6.5. Deep Search is currently in research preview for Enterprise and Enterprise Starter customers. Because Deep Search is in research preview, it might change significantly as we improve and adjust to user feedback. Please reach out to your Sourcegraph account team to request access. </Callout>
5
+
<Callouttype="note"> New in version 6.5. Deep Search is currently in research preview for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Because Deep Search is in research preview, it might change significantly as we improve and adjust to user feedback. Please reach out to your Sourcegraph account team to request access. </Callout>
6
6
7
7
Deep Search is an agentic code search tool that understands natural language questions about your codebase. When a question is submitted, Deep Search performs an in-depth search and returns a detailed answer. The conversation can be continued with follow-up questions to dive deeper into relevant code.
8
8
@@ -47,9 +47,7 @@ If Deep Search is disabled, ask your site administrator to enable the following
47
47
},
48
48
```
49
49
50
-
For optimal performance, Deep Search is specialized only to use one model. Currently, Deep Search only supports Claude Sonnet 4.
51
-
52
-
If you are not using [Cody Gateway](/cody/core-concepts/cody-gateway), you must also configure the model through Amazon Bedrock or GCP Vertex.
50
+
For optimal performance, Deep Search is specialized only to use one model (Claude Sonnet 4).
53
51
54
52
### Enabling conversation sharing
55
53
@@ -62,68 +60,6 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
62
60
},
63
61
```
64
62
65
-
### Configuring Deep Search on Amazon Bedrock or GCP Vertex
66
-
67
-
In your site configuration, include the configuration for Claude Sonnet 4 in [modelOverrides](/cody/enterprise/model-configuration#model-overrides). For more information on configuring models, refer to [Model Configuration](/cody/enterprise/model-configuration).
68
-
69
-
Examples of Sonnet 4 configuration inside `modelOverrides`:
### Custom model configuration and BYOK (Bring Your Own Key)
65
+
Deep Search is only available to customers using Sourcegraph’s built-in model gateway. Customers who configure and access their own models via BYOK cannot use the Deep Search feature.
0 commit comments