Skip to content
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: 3 additions & 7 deletions docs/deep-search/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ We do not enforce [repository permissions](/admin/permissions) for viewing share
If Deep Search is disabled, ask your site administrator to enable the following setting in your site configuration:

```json
"experimentalFeatures": {
"deepSearch.enabled": true,
},
"deepSearch.enabled": true,
```

For optimal performance, Deep Search is specialized only to use one model (Claude Sonnet 4).
Expand All @@ -80,10 +78,8 @@ For optimal performance, Deep Search is specialized only to use one model (Claud
Conversation sharing is disabled by default. To enable conversation sharing, ask your site administrator to enable the following setting in your site configuration:

```json
"experimentalFeatures": {
"deepSearch.enabled": true,
"deepSearch.sharing.enabled": true,
},
"deepSearch.enabled": true,
"deepSearch.sharing.enabled": true,
```

### Custom model configuration and BYOK (Bring Your Own Key)
Expand Down