Skip to content

Commit 00a84c9

Browse files
authored
Revert "DOC-12533: Feedback on Language Constructs (#300)"
This reverts commit 41957cf.
1 parent 54563cd commit 00a84c9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

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

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

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

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

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

476480
`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`.
477481

@@ -490,7 +494,9 @@ function OnUpdate(doc, meta) {
490494
[#base64_call]
491495
=== `base64()`
492496

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

495501
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.
496502
This encoding process stores and transmits arrays as text, ensuring data integrity and compatibility with text-based systems.

0 commit comments

Comments
 (0)