AxEmbedRequest
type AxEmbedRequest<TEmbedModel> = object;
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/types.ts#L359
Type Parameters
| Type Parameter | Default type |
|---|---|
TEmbedModel | string |
Properties
embedModel?
optional embedModel: TEmbedModel;
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/types.ts#L361
texts?
optional texts: readonly string[];
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/types.ts#L360