diff --git a/modules/n1ql/pages/n1ql-language-reference/createindex.adoc b/modules/n1ql/pages/n1ql-language-reference/createindex.adoc index 5db1eb89a..7e62210b1 100644 --- a/modules/n1ql/pages/n1ql-language-reference/createindex.adoc +++ b/modules/n1ql/pages/n1ql-language-reference/createindex.adoc @@ -75,6 +75,8 @@ For more details about user roles, see {authorization-overview}[Authorization]. //end::prerequisites[] +include::partial$n1ql-language-reference/vector-index-no-windows.adoc[] + == Syntax [source,ebnf] diff --git a/modules/n1ql/partials/n1ql-language-reference/vector-index-no-windows.adoc b/modules/n1ql/partials/n1ql-language-reference/vector-index-no-windows.adoc new file mode 100644 index 000000000..bf7ee376e --- /dev/null +++ b/modules/n1ql/partials/n1ql-language-reference/vector-index-no-windows.adoc @@ -0,0 +1,5 @@ +[IMPORTANT] +-- +You cannot use Hyperscale Vector Indexes or Composite Vector Indexes on Windows platforms. +You can use Hyperscale Vector Indexes and Composite Vector Indexes in Couchbase Server version 8.0 and later on Linux and macOS. +-- \ No newline at end of file