Class FloatEmbedding

java.lang.Object
nl.dannyj.mistral.models.embedding.FloatEmbedding

public class FloatEmbedding extends Object
  • Constructor Details

    • FloatEmbedding

      public FloatEmbedding(String object, List<Float> embedding, int index)
    • FloatEmbedding

      public FloatEmbedding()
  • Method Details

    • getObject

      public String getObject()
      Undocumented, seems to be the type of the response.
      Returns:
      the type of the response
    • getEmbedding

      public List<Float> 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

      public String toString()
      Overrides:
      toString in class Object