Skip to content

Commit b934f64

Browse files
committed
update model path
1 parent fd7946c commit b934f64

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/weaviate/model-providers/google/embeddings-multimodal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import TSCode from '!!raw-loader!../_includes/provider.vectorizer.ts';
1919
Weaviate's integration with [Google Gemini API](https://ai.google.dev/?utm_source=weaviate&utm_medium=referral&utm_campaign=partnerships&utm_content=) and [Google Vertex AI](https://cloud.google.com/vertex-ai) APIs allows you to access their models' capabilities directly from Weaviate.
2020

2121
:::note Gemini API multimodal support
22-
The `gemini-embedding-2-preview` model supports multimodal embeddings (text, images, and PDFs) and is available via both Vertex AI and Google AI Studio (Gemini API). The `multimodalembedding@001` model remains available for Vertex AI users only.
22+
The `gemini-embedding-2` model supports multimodal embeddings (text, images, and PDFs) and is available via both Vertex AI and Google AI Studio (Gemini API). The `multimodalembedding@001` model remains available for Vertex AI users only.
2323
:::
2424

2525
[Configure a Weaviate vector index](#configure-the-vectorizer) to use a Google embedding model, and Weaviate will generate embeddings for various operations using the specified model and your Google API key. This feature is called the *vectorizer*.
@@ -164,8 +164,8 @@ The following examples show how to configure Google-specific options.
164164
- `location` (Required): e.g. `"us-central1"`
165165
- `projectId` (Only required if using Vertex AI): e.g. `cloud-large-language-models`
166166
- `apiEndpoint` (Optional): e.g. `us-central1-aiplatform.googleapis.com`
167-
- `modelId` (Optional): e.g. `gemini-embedding-2-preview`, `multimodalembedding@001`
168-
- `dimensions` (Optional): For `multimodalembedding@001`: `128`, `256`, `512`, or `1408` (default `1408`). For `gemini-embedding-2-preview`: `3072` (default).
167+
- `modelId` (Optional): e.g. `gemini-embedding-2`, `multimodalembedding@001`
168+
- `dimensions` (Optional): For `multimodalembedding@001`: `128`, `256`, `512`, or `1408` (default `1408`). For `gemini-embedding-2`: `3072` (default).
169169

170170
<Tabs className="code" groupId="languages">
171171
<TabItem value="py" label="Python">
@@ -318,7 +318,7 @@ The query below returns the `n` most similar objects to the input image from the
318318

319319
### Available models
320320

321-
- `gemini-embedding-2-preview` (Vertex AI and Gemini API, added in 1.36.5) — supports text, images, and PDFs; `3072` dimensions
321+
- `gemini-embedding-2` (Vertex AI and Gemini API, added in 1.36.5) — supports text, images, and PDFs; `3072` dimensions
322322
- `multimodalembedding@001` (Vertex AI only) — supports text, images, and video; dimensions: `128`, `256`, `512`, `1408`
323323

324324
## Further resources

0 commit comments

Comments
 (0)