This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Commit eec3634
[BLO-1840] Determinism semantic search (first call) (#1121)
* gpt3 temperature 0, and using modified rake that gives always same order and do not ignore underscores and slashes
* gpt3 temperature 0, and using modified rake that gives always same order and do not ignore underscores and slashes
* rebase and add modified github repo to Cargo toml
* handling the case where keywords is empty
* move stopwords removal logic into bleep
* attribution
* address review comments
* revert
* Update server/bleep/src/query/stopwords.rs
Co-authored-by: akshay <nerdy@peppe.rs>
* address more comments
---------
Co-authored-by: Gabriel Gordon-Hall <ggordonhall@gmail.com>
Co-authored-by: akshay <nerdy@peppe.rs>1 parent b6a1eb3 commit eec3634
File tree
7 files changed
+104
-110
lines changed- server/bleep
- src
- agent/tools
- query
7 files changed
+104
-110
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 44 | | |
60 | 45 | | |
61 | 46 | | |
| |||
196 | 181 | | |
197 | 182 | | |
198 | 183 | | |
199 | | - | |
200 | 184 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 185 | + | |
| 186 | + | |
206 | 187 | | |
207 | 188 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 189 | + | |
213 | 190 | | |
214 | 191 | | |
215 | | - | |
216 | 192 | | |
217 | 193 | | |
218 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
0 commit comments