From cd269f82d3fe34d1e63a2ae885b79762e0148511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Tue, 12 Nov 2024 19:39:01 +0100 Subject: [PATCH] Missing experimental tag --- src/Core/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Settings.cpp b/src/Core/Settings.cpp index ec2c457b904..aeb13a73f34 100644 --- a/src/Core/Settings.cpp +++ b/src/Core/Settings.cpp @@ -5740,7 +5740,7 @@ Possible values: - 0 — the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is disabled. - 1 — the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is enabled. -)", 0) \ +)", EXPERIMENTAL) \ DECLARE(Bool, allow_experimental_vector_similarity_index, false, R"( Allow experimental vector similarity index )", EXPERIMENTAL) \