Interface ApiEmbedOutput

Hierarchy

  • ApiEmbedOutput

Properties

embedding: number[]

Vector representation of the provided text. The size of the representation depends on the model used, see models for details.

execution_metadata: ApiExecutionMetadata

An Execution metadata structure.

text: string

The text that was represented, from the provided text parameter.

Generated using TypeDoc