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