Skip to content

Commit 8372b13

Browse files
Add support for gemini-embedding-001 model (#449)
* feat: add support for gemini-embedding-001 model Adds the `gemini-embedding-001` model to the list of supported Gemini embedding models. This is the model Gemini considers stable and is deprecating the rest. * feat: add support for gemini-embedding-001 model Adds the `gemini-embedding-001` model to the list of supported Gemini embedding models. This is the model Gemini considers stable and is deprecating the rest. --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent c581e46 commit 8372b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ax/ai/google-gemini/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export enum AxAIGoogleGeminiModel {
2121
}
2222

2323
export enum AxAIGoogleGeminiEmbedModel {
24+
GeminiEmbedding001 = 'gemini-embedding-001',
2425
GeminiEmbedding = 'gemini-embedding-exp',
2526
TextEmbeddingLarge = 'text-embedding-large-exp-03-07',
2627
TextEmbedding004 = 'text-embedding-004',

0 commit comments

Comments
 (0)