Class EmbeddingResponse

java.lang.Object
dev.langchain4j.model.ovhai.internal.api.EmbeddingResponse

@Deprecated(forRemoval=true, since="1.14.0") public class EmbeddingResponse extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use EmbeddingResponse from langchain4j-open-ai module instead
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    EmbeddingResponse(List<float[]> embeddings)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    List<float[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEmbeddings(List<float[]> embeddings)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EmbeddingResponse

      public EmbeddingResponse(List<float[]> embeddings)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EmbeddingResponse

      public EmbeddingResponse()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • builder

      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEmbeddings

      public List<float[]> getEmbeddings()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEmbeddings

      public void setEmbeddings(List<float[]> embeddings)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object