Skip to content

Commit 6fb2400

Browse files
authored
Merge branch 'main' into cody-plg-sunset
2 parents c2891cb + fa16370 commit 6fb2400

File tree

3 files changed

+6
-68
lines changed

3 files changed

+6
-68
lines changed

docs/cloud/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Sourcegraph LogPush is an optional add-on to deliver audit logs to a customer pr
169169
Supported destinations:
170170

171171
- Google Cloud Storage (GCS)
172+
- Amazon S3 (AWS)
172173

173174
## Requirements
174175

docs/deep-search/index.mdx

Lines changed: 4 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className= "subtitle">Learn more about Sourcegraph's agentic Code Search tool Deep Search.</p>
44

5-
<Callout type="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+
<Callout type="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>
66

77
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.
88

@@ -47,9 +47,7 @@ If Deep Search is disabled, ask your site administrator to enable the following
4747
},
4848
```
4949

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).
5351

5452
### Enabling conversation sharing
5553

@@ -62,68 +60,6 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
6260
},
6361
```
6462

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`:
70-
71-
Amazon Bedrock:
72-
73-
```json
74-
{
75-
"modelRef": "aws-bedrock::v1::claude-sonnet-4",
76-
"modelName": "us.anthropic.claude-sonnet-4-20250514-v1:0",
77-
"displayName": "Claude Sonnet 4 (AWS Bedrock)",
78-
"capabilities": [
79-
"chat",
80-
"tools",
81-
],
82-
"category": "balanced",
83-
"status": "stable",
84-
"contextWindow": {
85-
"maxInputTokens": 200000,
86-
"maxOutputTokens": 32000,
87-
}
88-
},
89-
```
90-
91-
GCP Vertex:
92-
93-
```json
94-
{
95-
"modelRef": "google-anthropic::v2::claude-sonnet-4",
96-
"modelName": "claude-sonnet-4@20250514",
97-
"displayName": "Claude Sonnet 4 (GCP Vertex)",
98-
"capabilities": [
99-
"chat",
100-
"tools",
101-
],
102-
"category": "balanced",
103-
"status": "stable",
104-
"contextWindow": {
105-
"maxInputTokens": 200000,
106-
"maxOutputTokens": 32000,
107-
}
108-
},
109-
```
110-
111-
Then, configure Deep Search to use this model in `experimentalFeatures`:
11263

113-
Amazon Bedrock:
114-
115-
```json
116-
"experimentalFeatures": {
117-
"deepSearch.enabled": true,
118-
"deepSearch.model": "aws-bedrock::v1::claude-sonnet-4"
119-
},
120-
```
121-
122-
GCP Vertex:
123-
124-
```json
125-
"experimentalFeatures": {
126-
"deepSearch.enabled": true,
127-
"deepSearch.model": "google-anthropic::v2::claude-sonnet-4"
128-
},
129-
```
64+
### 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.

public/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17282,6 +17282,7 @@ Sourcegraph LogPush is an optional add-on to deliver audit logs to a customer pr
1728217282
Supported destinations:
1728317283

1728417284
- Google Cloud Storage (GCS)
17285+
- Amazon S3 (AWS)
1728517286

1728617287
## Requirements
1728717288

0 commit comments

Comments
 (0)