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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
- Added pagination and UTC time range filtering to the audit GET endpoint. [#949](https://github.com/sourcebot-dev/sourcebot/pull/949)
12
+
- Added AI Search Assist — describe what you're looking for in natural language and AI will generate a code search query for you. [#951](https://github.com/sourcebot-dev/sourcebot/pull/951)
AI Search Assist lets you describe what you're looking for in natural language and automatically generates a search query for you.
6
+
7
+
<video
8
+
autoPlay
9
+
muted
10
+
loop
11
+
playsInline
12
+
className="w-full aspect-video"
13
+
src="/images/search-assist.mp4"
14
+
></video>
15
+
16
+
17
+
## How it works
18
+
19
+
1. Click the wand icon (<Iconicon="wand-sparkles" />) in the search bar to open the AI Search Assist panel.
20
+
2. Describe what you're looking for in natural language.
21
+
3. Click **Generate** or press <kbd>↵</kbd> to generate the query.
22
+
4. The generated query is inserted into the search bar.
23
+
24
+
## Requirements
25
+
26
+
AI Search Assist requires a language model to be configured. See [Configure Language Models](/docs/configuration/language-model-providers) for setup instructions.
0 commit comments