We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6222169 commit 5e18949Copy full SHA for 5e18949
1 file changed
src/main/java/com/pgvector/PGhalfvec.java
@@ -13,6 +13,10 @@
13
* PGhalfvec class
14
*/
15
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
+ */
20
private float[] vec;
21
22
/**
0 commit comments