Skip to content

Commit e3b04af

Browse files
committed
Add SearchFreshnessBoost AB test
This will be used in Finder Frontend to allow us to AB test some config changes in Vertex AI Search.
1 parent f211dc8 commit e3b04af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dictionaries.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
active_ab_tests:
22
Example: true
33
BankHolidaysTest: true
4+
SearchFreshnessBoost: true
45
ab_test_expiries:
56
Example: 86400
67
BankHolidaysTest: 86400
8+
SearchFreshnessBoost: 86400
79
# AB test percentages
810
example_percentages:
911
A: 50
1012
B: 50
1113
bankholidaystest_percentages:
1214
A: 99
1315
B: 1
16+
searchfreshnessboost_percentages:
17+
A: 0
18+
B: 0
19+
Z: 100
1420
# Dictionary for /bank-holidays.json rate limiter
1521
bankholidaysjson_ratelimiter:
1622
'/bank-holidays.json': 'Bank Holidays JSON'

www/ab_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
- BankHolidaysTest:
88
- A
99
- B
10+
- SearchFreshnessBoost:
11+
- A
12+
- B
13+
- Z

0 commit comments

Comments
 (0)