AxAIGoogleGeminiBatchEmbedResponse Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIGoogleGeminiBatchEmbedResponse.md type AxAIGoogleGeminiBatchEmbedResponse

AxAIGoogleGeminiBatchEmbedResponse

TypeScript
type AxAIGoogleGeminiBatchEmbedResponse = object;

Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L311

AxAIGoogleGeminiEmbedResponse: Structure for handling responses from the Google Gemini API embedding requests.

Properties

embeddings

TypeScript
embeddings: object[];

Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L312

values

TypeScript
values: number[];
Docs