Class FloatEmbedding
java.lang.Object
nl.dannyj.mistral.models.embedding.FloatEmbedding
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatEmbedding
-
FloatEmbedding
public FloatEmbedding()
-
-
Method Details
-
getObject
Undocumented, seems to be the type of the response.- Returns:
- the type of the response
-
getEmbedding
The embeddings for the input strings. See the mistral documentation for more details on embeddings.- Returns:
- the float embeddings for the input string
-
getIndex
public int getIndex()The index of the input string in the input list.- Returns:
- the index of the input string in the input list
-
toString
-