Skip to content

Commit 9584f8f

Browse files
committed
add instructions for site admins to view their own Deep Search usage limits
Signed-off-by: Emi <[email protected]>
1 parent 4e828fd commit 9584f8f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/deep-search/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
79
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.
810

911
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.

docs/enterprise-portal/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,13 @@ Users can be invited individually or in bulk. If there is no [Sourcegraph Accoun
2929
Subscription admins can view [Sourcegraph Analytics](/analytics) for the subscription.
3030

3131
![Sourcegraph Enterprise Portal analytics](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-analytics.png)
32+
33+
### Deep Search usage monitoring
34+
35+
Site administrators can view their own [Deep Search](/deep-search) usage for the current quota period directly in the Enterprise Portal. This provides visibility into consumption relative to usage limits.
36+
37+
To access usage information, you must first [access the Enterprise Portal](#accessing-sourcegraph-enterprise-portal) as a subscription admin.
38+
39+
![Enterprise Portal Deep Search usage](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-deep-search-quota.jpg)
40+
41+
<Callout type="note">If you are currently being given unlimited Deep Search quota for any reason, the `consumption / limit` numbers will still be shown to make it clear what your usage limits will be once unlimited usage is taken away.</Callout>

0 commit comments

Comments
 (0)