AxAICohereEmbedRequest
type AxAICohereEmbedRequest = object;
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/ai/cohere/types.ts#L117
Properties
model
model: AxAICohereEmbedModel;
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/ai/cohere/types.ts#L119
texts
texts: readonly string[];
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/ai/cohere/types.ts#L118
truncate
truncate: string;
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/ai/cohere/types.ts#L120