Skip to content

Commit 4166f94

Browse files
committed
[DOC-12934] Add an admonition calling out lack of Windows support (#313)
1 parent 983e974 commit 4166f94

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

modules/vector-search/pages/pre-filtering-vector-search.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ via the means of a filter request that qualifies the subset.
1414

1515
include::partial$vector-search-no-windows.adoc[]
1616

17-
Using pre-filtering as part of your vector search offers two key advantages:
18-
19-
2017
== Prerequisites
2118

2219
* You have the Search Service enabled on a node in your database.

modules/vector-search/pages/run-vector-search-sdk.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
include::partial$vector-search-no-windows.adoc[]
1313

14-
For more information about how the Search Service scores documents in search results, see xref:search:run-searches.adoc#scoring[Scoring for Search Queries].
15-
1614
[TIP]
1715
====
1816
Not all available Couchbase SDK languages are covered by the examples on this page.
@@ -24,16 +22,6 @@ xref:dotnet-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[.NET] | x
2422
====
2523
For more information about how the Search Service scores documents in search results, see xref:search:run-searches.adoc#scoring[Scoring for Search Queries].
2624

27-
[TIP]
28-
====
29-
Not all available Couchbase SDK languages are covered by the examples on this page.
30-
31-
For additional Vector Search examples, see the SDK documentation:
32-
33-
xref:dotnet-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[.NET] | xref:cxx-sdk:howtos:vector-searching-with-sdk.adoc[C++] | xref:kotlin-sdk:howtos:full-text-search.adoc#vector-search[Kotlin] | xref:nodejs-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Node.js] | xref:php-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[PHP] | xref:ruby-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Ruby] | xref:scala-sdk:howtos:vector-searching-with-sdk.adoc[Scala]
34-
35-
====
36-
3725
== Prerequisites
3826

3927
Choose your preferred programming language to view the applicable prerequisites for the examples on this page.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[IMPORTANT]
22
--
33
You cannot use Vector Search on Windows platforms.
4-
You can use Vector Search on Linux from Couchbase Server version 7.6.0 and MacOS from version 7.6.2.
4+
You can use Vector Search on Linux from Couchbase {page-product-name} version 7.6.0 and MacOS from version 7.6.2.
55

66
You can still use other features of the xref:search:search.adoc[Search Service].
77
--

0 commit comments

Comments
 (0)