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/7965c876f6a5b641e0cf166e8942e540cfde65e1/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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/types.ts#L691


texts?

TypeScript
optional texts: readonly string[];

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

Docs