Skip to main content

Get Embeddings

Overview


Retrieve embeddings for the specified text using OpenAIs API.

Input

Input

NameRequiredDescription
TextText to get embeddings for.

OpenAI Config

NameRequiredDescription
OpenAI Connection
ModelEnter a valid embeddings model to be used. (See OpenAI API Docs)
Set a base delay timeout (ms)Set base delay to wait, before doing another request.
Max RetriesMaximum number of requests to send, before stopping.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.
Embedding OutputThe embedding data retrieved for the specified text.
Status CodeThe HTTP status code of the response.
Request SuccessTrue if the request was successful.
Error MessageThe error message for an unsuccessful request.