From 6bf2be5cf5f7763418e0aced3f835ff1388eb94e Mon Sep 17 00:00:00 2001 From: Sanjaye Narayan Date: Wed, 24 Sep 2025 12:48:48 -0700 Subject: [PATCH 1/2] Remove research preview verbiage from Deep Search --- docs/deep-search/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-search/index.mdx b/docs/deep-search/index.mdx index 4ae588cf0..5bb6ed247 100644 --- a/docs/deep-search/index.mdx +++ b/docs/deep-search/index.mdx @@ -2,7 +2,7 @@

Learn more about Sourcegraph's agentic Code Search tool Deep Search.

- 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. + New in version 6.5. Deep Search is available for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Please reach out to your Sourcegraph account team to request access. 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. From a1fda366c4cff7ec58906330c5dc3fdb3f0fea0f Mon Sep 17 00:00:00 2001 From: Sanjaye Narayan Date: Thu, 25 Sep 2025 09:37:54 -0700 Subject: [PATCH 2/2] Remove text calling Deep Search new --- docs/deep-search/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-search/index.mdx b/docs/deep-search/index.mdx index 5bb6ed247..9c5777d0e 100644 --- a/docs/deep-search/index.mdx +++ b/docs/deep-search/index.mdx @@ -2,7 +2,7 @@

Learn more about Sourcegraph's agentic Code Search tool Deep Search.

- New in version 6.5. Deep Search is available for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Please reach out to your Sourcegraph account team to request access. +Deep Search is available for Enterprise and Enterprise Starter customers. It's not supported for BYOK users. Please reach out to your Sourcegraph account team to request access. 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.