Class EmbeddingsClient

java.lang.Object
io.github.stefanbratanov.jvm.openai.EmbeddingsClient

public final class EmbeddingsClient extends Object
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.

Based on Embeddings

  • Field Details

    • httpClient

      protected final HttpClient httpClient
    • objectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Method Details