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