AxEmbedRequest
type AxEmbedRequest<TEmbedModel> = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L741
Type Parameters
| Type Parameter | Default type |
|---|---|
TEmbedModel | string |
Properties
embedModel?
optional embedModel: TEmbedModel;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L743
texts?
optional texts: readonly string[];Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L742