AxAICohereEmbedResponse
type AxAICohereEmbedResponse = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L123
Properties
embeddings
embeddings: number[][];Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L127
id
id: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L124
model
model: AxAICohereEmbedModel;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L126
texts
texts: string[];Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/cohere/types.ts#L125