Skip to content

Commit 4da9bb3

Browse files
committed
TRN with Embedded fails when the PK is validated in Java
issue 202652 (cherry picked from commit 8d80ee5)
1 parent 9ac7055 commit 4da9bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/main/java/com/genexus/db/GXEmbedding.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class GXEmbedding {
2020
private List<Float> embedding;
2121

2222
public GXEmbedding() {
23+
embedding = new ArrayList<>();
2324
}
2425

2526
public GXEmbedding(String model, int dimensions) {

0 commit comments

Comments
 (0)