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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/types.ts#L689

Type Parameters

Type ParameterDefault type
TEmbedModelstring

Properties

embedModel?

TypeScript
optional embedModel: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/types.ts#L691


texts?

TypeScript
optional texts: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/types.ts#L690

Docs