Class SparseEmbedding
java.lang.Object
dev.langchain4j.store.embedding.milvus.v2.SparseEmbedding
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SparseEmbedding
public SparseEmbedding(long[] indices, float[] values)
-
-
Method Details
-
getIndices
public long[] getIndices() -
getValues
public float[] getValues() -
vectorAsSortedMap
-
equals
-
hashCode
-