Skip to content

Commit b1a3ab2

Browse files
authored
Image and table enrichment provider update (#631)
1 parent 987175b commit b1a3ab2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

ui/enriching/image-descriptions.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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.
1312

1413
Here is an example of the output of a detected image using GPT-4o. Note specifically the `text` field that is added.
1514
Line breaks have been inserted here for readability. The output will not contain these line breaks.
@@ -57,4 +56,3 @@ Select **Image**, and then choose one of the following provider (and model) comb
5756
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
5857
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
5958
- **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).

ui/enriching/table-descriptions.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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.
1312

1413
Here is an example of the output of a detected table using GPT-4o. Note specifically the `text` field that is added.
1514
Line breaks have been inserted here for readability. The output will not contain these line breaks.
@@ -64,7 +63,6 @@ Select **Table**, and then choose one of the following provider (and model) comb
6463
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
6564
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
6665
- **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).
6866

6967
Make sure after you choose the provider and model, that **Table Description** is also displayed. If **Table Description** and **Table to HTML** are both
7068
displayed, be sure to select **Table Description**.

ui/workflows.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
312312
- **OpenAI (GPT-4o)**. [Learn more](https://openai.com/index/hello-gpt-4o/).
313313
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
314314
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
315-
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
316315

317316
[Learn more](/ui/enriching/image-descriptions).
318317

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

326324
Make sure after you choose the provider and model, that **Table Description** is also displayed. If **Table Description** and **Table to HTML** are both
327325
displayed, be sure to select **Table Description**.

0 commit comments

Comments
 (0)