Skip to content

Commit 9f80a91

Browse files
authored
Platform: Vertex AI Gemini 2.0 Flash support (#499)
1 parent b6a65c3 commit 9f80a91

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

platform-api/api/workflows.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ Allowed values for `provider` and `model` include:
467467
- `"model": "us.meta.llama3-2-90b-instruct-v1:0"`
468468
- `"model": "us.meta.llama3-2-11b-instruct-v1:0"`
469469

470+
- `"provider": "vertexai"`
471+
472+
- `"model": "gemini-2.0-flash-001"`
473+
470474
### Chunker node
471475

472476
#### Chunk by Character strategy
@@ -593,6 +597,7 @@ Allowed values for `<subtype>` include:
593597
- `openai_image_description`
594598
- `anthropic_image_description`
595599
- `bedrock_image_description`
600+
- `vertexai_image_description`
596601

597602
#### Table Description task
598603

@@ -613,6 +618,7 @@ Allowed values for `<subtype>` include:
613618
- `openai_table_description`
614619
- `anthropic_table_description`
615620
- `bedrock_table_description`
621+
- `vertexai_table_description`
616622

617623
#### Table to HTML task
618624

platform/enriching/image-descriptions.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This summarization is done by using models offered through these providers:
99
- [GPT-4o](https://openai.com/index/hello-gpt-4o/), provided through OpenAI.
1010
- [Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet), provided through Anthropic.
1111
- [Claude 3.5 Sonnet](https://aws.amazon.com/bedrock/claude/), provided through Amazon Bedrock.
12+
- [Gemini 2.0 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2), provided through Vertex AI.
1213

1314
Here is an example of the output of a detected image using GPT-4o. Note specifically the `text` field that is added.
1415
Line breaks have been inserted here for readability. The output will not contain these line breaks.
@@ -55,4 +56,5 @@ Select **Image Description**, and then choose one of the following provider (and
5556

5657
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
5758
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
58-
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
59+
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
60+
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).

platform/enriching/table-descriptions.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This summarization is done by using models offered through these providers:
99
- [GPT-4o](https://openai.com/index/hello-gpt-4o/), provided through OpenAI.
1010
- [Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet), provided through Anthropic.
1111
- [Claude 3.5 Sonnet](https://aws.amazon.com/bedrock/claude/), provided through Amazon Bedrock.
12+
- [Gemini 2.0 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2), provided through Vertex AI.
1213

1314
Here is an example of the output of a detected table using GPT-4o. Note specifically the `text` field that is added.
1415
Line breaks have been inserted here for readability. The output will not contain these line breaks.
@@ -62,4 +63,5 @@ Select **Table Description**, and then choose one of the following provider (and
6263

6364
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
6465
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
65-
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
66+
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
67+
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).

platform/workflows.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
226226
- **Meta Llama 3.2 90B Instruct**
227227
- **Meta Llama 3.2 11B Instruct**
228228

229+
- **Vertex AI**:
230+
231+
- **Gemini 2.0 Flash**
229232
<Note>
230233
When you use the **VLM** strategy with embeddings for PDF files of 200 or more pages, you might notice some errors when
231234
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
@@ -282,6 +285,7 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
282285
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
283286
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
284287
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
288+
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
285289

286290
[Learn more](/platform/enriching/image-descriptions).
287291

@@ -290,6 +294,7 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
290294
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
291295
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
292296
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
297+
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
293298

294299
[Learn more](/platform/enriching/table-descriptions).
295300

0 commit comments

Comments
 (0)