Type alias EmbedResponse

EmbedResponse: {
    embeddings: readonly (readonly number[])[];
    modelUsage?: TokenUsage;
    remoteId?: string;
    sessionId?: string;
}

Type declaration

  • embeddings: readonly (readonly number[])[]
  • Optional modelUsage?: TokenUsage
  • Optional remoteId?: string
  • Optional sessionId?: string