Skip to content

Commit 4e403d5

Browse files
authored
clarify docs
1 parent 03b0e2a commit 4e403d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/deep-search/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<Callout type="note">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. </Callout>
66

7-
Site administrators can monitor Deep Search usage and quota limits through the [Enterprise Portal](/enterprise-portal#deep-search-usage-monitoring).
8-
97
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.
108

119
Under the hood, Deep Search is an AI agent that uses various tools to generate its answer. The tools are functionalities available in Sourcegraph. They include multiple modes of Sourcegraph's Code Search and Code Navigation features. All processing happens within your Sourcegraph instance. Only external calls are made to the configured LLM.
@@ -69,3 +67,7 @@ Deep Search is only available to customers using Sourcegraph’s built-in model
6967
## API access
7068

7169
For programmatic access to Deep Search functionality, see the [Deep Search API documentation](/deep-search/api).
70+
71+
## Monitoring consumption
72+
73+
Customers can request access to [Enterprise Portal](/enterprise-portal#deep-search-usage-monitoring) to monitor Deep Search usage and quota limits..

0 commit comments

Comments
 (0)