Skip to content

Commit af06b07

Browse files
authored
Update beta-settings.sql
1 parent a5bc0e8 commit af06b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings/beta-settings.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WITH
1313
FROM system.settings
1414
WHERE tier = 'Beta'
1515
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')),
16+
AND NOT (name LIKE 'vector_search_with_rescoring' OR name LIKE 'vector_search_postfilter_multiplier' OR name LIKE 'vector_search_index_fetch_multiplier' OR name LIKE 'allow_experimental_vector_similarity_index')),
1717
beta_mergetree_settings AS
1818
(
1919
SELECT

0 commit comments

Comments
 (0)