Skip to content

Commit e5466ca

Browse files
MattSchurrenejeglinskysmahati
authored
Vector functions with local MTXS (#2553)
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com> Co-authored-by: Mahati Shankar <93712176+smahati@users.noreply.github.com>
1 parent 0da1990 commit e5466ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

java/working-with-cql/query-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,10 @@ Scalar functions are values that are calculated from other values. This calculat
16451645

16461646
Vector functions allow you to compute similarity and distance of [vectors](../cds-data.md#vector-embeddings), as well as [vector embeddings](../../guides/databases/vector-embeddings) of text data directly in the database.
16471647

1648+
::: warning Not supported with local MTXS on SQLite
1649+
Using vector functions in [stored calculated elements](../../cds/cdl#on-write) with [local MTXS](../../guides/multitenancy/mtxs#test-drive-locally) on SQLite isn't supported.
1650+
:::
1651+
16481652
##### Computing Vector Embeddings in SAP HANA <Beta />
16491653
16501654
CAP Java supports the [VECTOR_EMBEDDING](https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-sql-reference-guide/vector-embedding-function-vector) function via `CQL.vectorEmbedding` to generate vector embeddings from text data directly in SAP HANA.

0 commit comments

Comments
 (0)