AxEmbedRequest Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxEmbedRequest.md type AxEmbedRequest

AxEmbedRequest

TypeScript
type AxEmbedRequest<TEmbedModel> = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L603

Type Parameters

Type ParameterDefault type
TEmbedModelstring

Properties

embedModel?

TypeScript
optional embedModel: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L605


texts?

TypeScript
optional texts: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L604

Docs