You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/howtos/pages/vector-searching-with-sdk.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Hybrid searches can combine Vector, geo-spatial search, range search, and tradit
45
45
46
46
Vector Search has been available in Couchbase Capella Operational and self-managed Server since version 7.6, using the Couchbase Server Search Service.
47
47
Server version 8.0 introduces vector query using Global Secondary Indexes (GSI), the query index --
48
-
using either a fast Hyperscale index, or a composite index to combine scala queries with semantic search.
48
+
using either a fast Hyperscale index, or a composite index to combine scalar queries with semantic search.
49
49
50
50
For fast and scalable vector query, use one of the GSI choices -- detailed in the next section.
51
51
If you don't require the scale of vector query with GSI, or need combined searches, then consider {#vector-search-with-the-search-service}.
0 commit comments