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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L741

Type Parameters

Type ParameterDefault type
TEmbedModelstring

Properties

embedModel?

TypeScript
optional embedModel: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L743


texts?

TypeScript
optional texts: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L742

Docs