Skip to content

Commit 41957cf

Browse files
committed
DOC-12533: Feedback on Language Constructs (#300)
Update version labels
1 parent 60bc781 commit 41957cf

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

modules/eventing/pages/eventing-language-constructs.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,7 @@ The `close()` method on the iterable handle can throw an exception if the underl
380380
[#analytics_call]
381381
=== `couchbase.{zwsp}analyticsQuery({wj})`
382382

383-
ifeval::['{page-component-version}' == '7.6']
384-
[.status]#Introduced in Couchbase Server 7.6#
385-
endif::[]
383+
[.status]#Couchbase Server 7.6#
386384

387385
The `couchbase.analyticsQuery()` function provides integration with {sqlpp} Analytics directly from the Eventing Service.
388386

@@ -473,9 +471,7 @@ This does not apply to any other data type (e.g., numeric data or JSON data type
473471
[#crc_64_go_iso_call]
474472
=== `crc_64_go_iso()`
475473

476-
ifeval::['{page-component-version}' == '7.6']
477-
[.status]#Introduced in Couchbase Server 7.6#
478-
endif::[]
474+
[.status]#Couchbase Server 7.6#
479475

480476
`crc_64_go_iso()` performs the same function as <<crc64_call,`crc64()`>>, but does not include the enclosing quotation marks from the parameter in the translation if its parameter type is `string`.
481477

@@ -494,9 +490,7 @@ function OnUpdate(doc, meta) {
494490
[#base64_call]
495491
=== `base64()`
496492

497-
ifeval::['{page-component-version}' == '7.6']
498-
[.status]#Introduced in Couchbase Server 7.6#
499-
endif::[]
493+
[.status]#Couchbase Server 7.6#
500494

501495
The `base64()` functions let you pack large-dimensional arrays of floats as base64 encoded strings when you use the Eventing Service to generate vector embeddings.
502496
This encoding process stores and transmits arrays as text, ensuring data integrity and compatibility with text-based systems.

0 commit comments

Comments
 (0)