You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cody/capabilities/chat.mdx
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,29 +123,6 @@ To use Cody's chat, you'll need the following:
123
123
124
124
The enhanced chat experience includes everything in the Free plan, plus the following:
125
125
126
-
## Intent detection
127
-
128
-
Intent detection automatically analyzes user queries and determines whether to provide an AI chat or code search response. This functionality helps simplify developer workflows by providing the most appropriate type of response without requiring explicit mode switching.
129
-
130
-
### How it works
131
-
132
-
When a user submits a query in the chat panel, the intent detection component:
133
-
134
-
- Analyzes the query content and structure
135
-
- Determines the most appropriate response type (search or chat)
136
-
- Returns results in the optimal format
137
-
- Provides the ability to toggle between response types manually
The smart search integration enhances Sourcegraph's chat experience by providing lightweight code search capabilities directly within the chat interface. This feature simplifies developer workflows by offering quick access to code search without leaving the chat environment.
@@ -181,15 +158,16 @@ Search results generated through smart search integration can be automatically u
181
158
The following is a general walkthrough of the chat experience:
182
159
183
160
1. The user enters a query in the chat interface
184
-
2. The system analyzes the query through intent detection
185
-
3. If it's a search query:
161
+
2. By default a user gets a chat response for the query
162
+
3. To get integrated search results, toggle to **Run as search** from the drop-down selector or alternatively use `Cmd+Opt+Enter` (macOS)
163
+
4. For search:
186
164
- Displays ranked results with code snippets
187
165
- Shows personalized repository ordering
188
166
- Provides checkboxes to select context for follow-ups
189
-
4. If it's a chat query:
167
+
5. For chat:
190
168
- Delivers AI-powered responses
191
169
- Can incorporate previous search results as context
Copy file name to clipboardExpand all lines: docs/pricing/enterprise-starter.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<pclassName="subtitle">Learn about the Enterprise Starter plan tailored for individuals and teams wanting private code indexing and search to leverage the Sourcegraph platform better.</p>
4
4
5
-
The Enterprise Starter plan offers a multi-tenant Sourcegraph instance designed for individuals and teams. It provides the core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search + intent detection with integrated search results, with privately indexed code) through a self-serve flow.
5
+
The Enterprise Starter plan offers a multi-tenant Sourcegraph instance designed for individuals and teams. It provides the core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search with integrated search results, with privately indexed code) through a self-serve flow.
6
6
7
7
## Team seats
8
8
@@ -27,12 +27,12 @@ Please also see [Billing FAQs](billing-faqs.mdx).
27
27
28
28
The Enterprise Starter plan supports a variety of AI and search-based features like:
|**Compatibility**| - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
0 commit comments