From 79fd9719302fb9af00aeb3c37c429f9f2b26bc37 Mon Sep 17 00:00:00 2001 From: Sarah Welton Date: Mon, 28 Oct 2024 16:53:22 -0400 Subject: [PATCH 1/2] [DOC-12252] Add tip with links to other SDK examples --- .../pages/run-vector-search-sdk.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/vector-search/pages/run-vector-search-sdk.adoc b/modules/vector-search/pages/run-vector-search-sdk.adoc index 35e27e71f..758453a9f 100644 --- a/modules/vector-search/pages/run-vector-search-sdk.adoc +++ b/modules/vector-search/pages/run-vector-search-sdk.adoc @@ -11,6 +11,21 @@ For more information about how the Search Service scores documents in search results, see xref:search:run-searches.adoc#scoring[Scoring for Search Queries]. +[TIP] +==== +Not all available Couchbase SDK languages are covered by the examples on this page. + +For additional Vector Search examples, see: + +* xref:dotnet-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[.NET SDK] +* xref:cxx-sdk:howtos:vector-searching-with-sdk.adoc[C++ SDK] +* xref:kotlin-sdk:howtos:full-text-search.adoc#vector-search[Kotlin SDK] +* xref:nodejs-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Node.js SDK] +* xref:php-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[PHP SDK] +* xref:ruby-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Ruby SDK] +* xref:scala-sdk:howtos:vector-searching-with-sdk.adoc[Scala SDK] + +==== == Prerequisites From 9db650bd6b408c58971b4fa87ef8f3f0c9da5a12 Mon Sep 17 00:00:00 2001 From: Sarah Welton Date: Tue, 29 Oct 2024 14:51:34 -0400 Subject: [PATCH 2/2] [DOC-12252] Changing formatting of SDK list per peer review --- .../vector-search/pages/run-vector-search-sdk.adoc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/vector-search/pages/run-vector-search-sdk.adoc b/modules/vector-search/pages/run-vector-search-sdk.adoc index 758453a9f..a0e04c091 100644 --- a/modules/vector-search/pages/run-vector-search-sdk.adoc +++ b/modules/vector-search/pages/run-vector-search-sdk.adoc @@ -15,15 +15,9 @@ For more information about how the Search Service scores documents in search res ==== Not all available Couchbase SDK languages are covered by the examples on this page. -For additional Vector Search examples, see: - -* xref:dotnet-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[.NET SDK] -* xref:cxx-sdk:howtos:vector-searching-with-sdk.adoc[C++ SDK] -* xref:kotlin-sdk:howtos:full-text-search.adoc#vector-search[Kotlin SDK] -* xref:nodejs-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Node.js SDK] -* xref:php-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[PHP SDK] -* xref:ruby-sdk:howtos:full-text-searching-with-sdk.adoc#vector-search[Ruby SDK] -* xref:scala-sdk:howtos:vector-searching-with-sdk.adoc[Scala SDK] +For additional Vector Search examples, see the SDK documentation: + +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] ====