EmbeddingsResponseStatus type

Status of the embeddings response.

type EmbeddingsResponseStatus = "success" | "error" | "rate_limited"

Remarks

success - The embeddings were successfully created. error - An error occurred while creating the embeddings. rate_limited - The request was rate limited.