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/code-search/types/deep-search.mdx
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,13 @@ Deep Search is disabled by default. To enable it, ask your site administrator to
32
32
33
33
For optimal performance, Deep Search is specialized to only use one model. Currently, Deep Search only supports Claude Sonnet 4.
34
34
35
-
### Configuring Deep Search on Amazon Bedrock
35
+
### Configuring Deep Search on Amazon Bedrock or GCP Vertex
36
36
37
37
Include configuration for Claude Sonnet 4 in [modelOverrides](/cody/enterprise/model-configuration#model-overrides) in your site configuration. For more information on configuring models, refer to [Model Configuration](/cody/enterprise/model-configuration).
38
38
39
-
Example for Sonnet 4 configuration inside `modelOverrides`:
39
+
Examples for Sonnet 4 configuration inside `modelOverrides`:
40
40
41
+
Amazon Bedrock:
41
42
```json
42
43
{
43
44
"modelRef": "aws-bedrock::v1::claude-sonnet-4",
@@ -56,11 +57,39 @@ Example for Sonnet 4 configuration inside `modelOverrides`:
0 commit comments