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