Pulkitg64 commented on code in PR #16383:
URL: https://github.com/apache/lucene/pull/16383#discussion_r3572170253


##########
lucene/core/src/java/org/apache/lucene/index/VectorEncoding.java:
##########
@@ -29,7 +29,10 @@ public enum VectorEncoding {
   BYTE(1),
 
   /** Encodes vector using 32 bits of precision per sample in IEEE floating 
point format. */
-  FLOAT32(4);
+  FLOAT32(4),
+
+  /** Encodes vector using 16 bits of precision per sample in IEEE floating 
point format. */

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to