diff --git a/docs/deep-search/index.mdx b/docs/deep-search/index.mdx index 5e775499d..5d9b0774a 100644 --- a/docs/deep-search/index.mdx +++ b/docs/deep-search/index.mdx @@ -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). @@ -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)