AxAICohereEmbedResponse Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAICohereEmbedResponse.md type AxAICohereEmbedResponse

AxAICohereEmbedResponse

TypeScript
type AxAICohereEmbedResponse = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L123

Properties

embeddings

TypeScript
embeddings: number[][];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L127


id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L124


model

TypeScript
model: AxAICohereEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L126


texts

TypeScript
texts: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L125

Docs