EmbeddingsResponse interface

Response returned by a EmbeddingsClient.

Properties

message

Optional. Message when status is not equal to success.

output

Optional. Embeddings for the given inputs.

status

Status of the embeddings response.

Property Details

message

Optional. Message when status is not equal to success.

message?: string

Property Value

string

output

Optional. Embeddings for the given inputs.

output?: number[][]

Property Value

number[][]

status

Status of the embeddings response.

status: EmbeddingsResponseStatus

Property Value