Skip to content

Commit 38f459b

Browse files
committed
Adjust boosting
1 parent d8a0d4a commit 38f459b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pgml-dashboard/src/utils/markdown.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,13 +1309,14 @@ impl SiteSearch {
13091309
"parameters": {
13101310
"instruction": "Represent the Wikipedia question for retrieving supporting documents: "
13111311
},
1312-
"boost": 4.0
1312+
"boost": 10.0
13131313
},
13141314
"contents": {
13151315
"query": query,
13161316
"parameters": {
13171317
"instruction": "Represent the Wikipedia question for retrieving supporting documents: "
13181318
},
1319+
"boost": 1.0
13191320
}
13201321
}
13211322
},

0 commit comments

Comments
 (0)