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