Skip to content

Commit 5e18949

Browse files
committed
Added comment [skip ci]
1 parent 6222169 commit 5e18949

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/com/pgvector/PGhalfvec.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* PGhalfvec class
1414
*/
1515
public class PGhalfvec extends PGobject implements Serializable, Cloneable {
16+
/*
17+
* Use float and text format for now since Float.float16ToFloat/floatToFloat16
18+
* are not available until Java 20
19+
*/
1620
private float[] vec;
1721

1822
/**

0 commit comments

Comments
 (0)