You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/results/TextEmbeddingBitResults.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@
40
40
* ]
41
41
* }
42
42
*/
43
+
// Note: inheriting from TextEmbeddingByteResults gives a bad implementation of the
44
+
// Embedding.merge method for bits. TODO: implement a proper merge method
0 commit comments