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