OpenAI.Embeddings (openai_client v0.5.3)
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Related guide: Embeddings
Link to this section Summary
Functions
Creates an embedding vector representing the input text.
Link to this section Types
Link to this type
create_params()
Link to this section Functions
Link to this function
create(client, params, opts \\ [])
@spec create(OpenAI.Client.t(), create_params(), Keyword.t()) :: OpenAI.Client.result()
Creates an embedding vector representing the input text.