Skip to content

Commit bce99c3

Browse files
committed
add TODO
1 parent ebbcd12 commit bce99c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/results/TextEmbeddingBitResults.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
* ]
4141
* }
4242
*/
43+
// Note: inheriting from TextEmbeddingByteResults gives a bad implementation of the
44+
// Embedding.merge method for bits. TODO: implement a proper merge method
4345
public record TextEmbeddingBitResults(List<TextEmbeddingByteResults.Embedding> embeddings)
4446
implements
4547
TextEmbeddingResults<TextEmbeddingByteResults.Embedding> {

0 commit comments

Comments
 (0)