From 8e0fa26c32ca91332ccfc058fe81da7bcb306d82 Mon Sep 17 00:00:00 2001 From: Stefan Hengl Date: Thu, 26 Feb 2026 16:18:03 +0100 Subject: [PATCH] chore(deep search): document move of config settings to top-level --- docs/deep-search/index.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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)