You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/settings/beta-settings.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ WITH
13
13
FROMsystem.settings
14
14
WHERE tier ='Beta'
15
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')),
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')),
0 commit comments