Skip to content

Commit 8d6fd51

Browse files
authored
Update beta-settings.sql
1 parent a8bb474 commit 8d6fd51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/settings/beta-settings.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ WITH
1111
format('[{}](/operations/settings/settings#{})', name, name) AS Name,
1212
format('`{}`', ifNull(default, ' ')) AS Default
1313
FROM system.settings
14-
WHERE tier = 'Beta' AND alias_for='' AND name NOT LIKE 'vector_search_with_rescoring'
15-
),
14+
WHERE tier = 'Beta'
15+
AND alias_for=''
16+
AND NOT (name LIKE 'vector_search_with_rescoring' OR name LIKE 'vector_search_postfilter_multiplier' OR name LIKE 'vector_search_index_fetch_multiplier')),
1617
beta_mergetree_settings AS
1718
(
1819
SELECT

0 commit comments

Comments
 (0)