AxEmbedRequest
type AxEmbedRequest<TEmbedModel> = object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L338
Type Parameters
Type Parameter | Default type |
---|---|
TEmbedModel | string |
Properties
embedModel?
optional embedModel: TEmbedModel;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L340
texts?
optional texts: readonly string[];
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L339