on 2024 May 02 1:57 AM
Hi,
Am trying to create entity view contains a embedding vector columns.
our HANA CLOUD instance has been upgraded to QRC01/2024 version, also able to create vector column table within db instance with REAL_VECTOR data type without any issue
but when i try to create my cds entity
entity Books {
title : String(111);
embedding : Vector(3072);
}
"@sap/cds": "^7.8.2",
"sap-hdbext-promisfied": "^2.202404.2"
"hdb": "^0.19.8"
Can anyone give some hints?
Request clarification before answering.
The new vector implementation in CAP, which is still marked as beta, is only available when using the new HANA database service `@cap-js/hana`. You should only have the `@cap-js/hana` in your dependencies, not `hdb` or `@sap/cds-hana`. Note that also this database service is currently still in beta (v0.x.x).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The data type `cds.Vector` is supported by CAP since the Match 2024 release. Please ensure that you are using the following minimum versions:
Please note that if you are using a globally installed cds-dk you will have to upgrade this installation as well.
For CAP Node.js Vector support is only available with the "new" HANA driver @cap-js/hana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Upgrade the CDS compiler: you need at least v4.8.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.