Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion modules/introduction/partials/new_features-76_4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ curl --get -u <username:password> \
[#new-features-764-search-service]
=== Search Service

The Search Service now supports the cosine similarity metric for xref:vector-search:vector-search.adoc[Vector Search indexes].
* The Search Service now supports the cosine similarity metric for xref:vector-search:vector-search.adoc[Vector Search indexes].
For more information about Vector Search similarity metrics, see xref:search:child-field-options-reference.adoc[Child Field Options].

* The Search Service has added a new object to JSON Search queries.
Use this new object to view detailed query debugging information and resolve query errors in the Web Console or through the REST API.
For more information about how to run a query with this new object, see xref:search:search-request-params.adoc#validate[the validate property], xref:search:simple-search-rest-api.adoc#example-validate-a-search-query[Run a Simple Search with the REST API and curl/HTTP] or xref:search:simple-search-ui.adoc#example-validate-a-search-query[Run A Simple Search with the Web Console].

=== Supported Platforms

* Support for Windows 10 is deprecated in Couchbase Server 7.6.4.
Expand Down