@@ -3,8 +3,11 @@ title: Summarizing
33---
44
55After partitioning and chunking, _ summarizing_ generates text-based summaries of images and tables.
6- This summarization is done by using the [ GPT-4o] ( https://openai.com/index/hello-gpt-4o/ ) or
7- [ Claude 3.5 Sonnet] ( https://www.anthropic.com/news/claude-3-5-sonnet ) models.
6+ This summarization is done by using models offered through these providers:
7+
8+ - [ GPT-4o] ( https://openai.com/index/hello-gpt-4o/ ) , provided through OpenAI.
9+ - [ Claude 3.5 Sonnet] ( https://www.anthropic.com/news/claude-3-5-sonnet ) , provided through Anthropic.
10+ - [ Claude 3.5 Sonnet] ( https://aws.amazon.com/bedrock/claude/ ) , provided through Amazon Bedrock.
811
912Here is an example of the output of image summarization using GPT-4o. Note specifically the ` text ` field that is added.
1013Line breaks have been inserted here for readability. The output will not contain these line breaks.
@@ -68,19 +71,20 @@ Line breaks have been inserted here for readability. The output will not contain
6871}
6972```
7073
71- ## Summarize images and tables
74+ ## Summarize images or tables
7275
73- To summarize images and tables, in the ** Enrichment model ** section of an ** Enrichment** node in a workflow, specify the following:
76+ To summarize images or tables, in the ** Task ** drop-down list of an ** Enrichment** node in a workflow, specify the following:
7477
7578<Note >You can change a workflow's summarization settings only through [ Custom] ( /platform/workflows#create-a-custom-workflow ) workflow settings.</Note >
7679
77- For image summarization, choose one of the following:
80+ For image summarization, select ** Image Description ** , and then choose one of the following provider (and model) combinations to use :
7881
79- - ** OpenAI Image Description** : Use GPT-4o to summarize images. [ Learn more] ( https://openai.com/index/hello-gpt-4o/ ) .
80- - ** Anthropic Image Description** : Use Claude 3.5 Sonnet to summarize images. [ Learn more] ( https://www.anthropic.com/news/claude-3-5-sonnet ) .
82+ - ** OpenAI (GPT-4o)** . [ Learn more] ( https://openai.com/index/hello-gpt-4o/ ) .
83+ - ** Anthropic (Claude 3.5 Sonnet)** . [ Learn more] ( https://www.anthropic.com/news/claude-3-5-sonnet ) .
84+ - ** Amazon Bedrock (Claude 3.5 Sonnet)** . [ Learn more] ( https://aws.amazon.com/bedrock/claude/ ) .
8185
82- For table summarization, choose one of the following:
86+ For table summarization, select ** Table Description ** , and then choose one of the following provider (and model) combinations to use :
8387
84- - ** OpenAI GPT-4o Table Description ** : Use GPT-4o to summarize tables . [ Learn more] ( https://openai.com/index/hello-gpt-4o/ ) .
85- - ** OpenAI GPT-4o Table to HTML ** : Use GPT-4o to convert tables to HTML format . [ Learn more] ( https://openai. com/index/hello-gpt-4o/ ) .
86- - ** Anthropic Table Description ** : Use Claude 3.5 Sonnet to summarize tables . [ Learn more] ( https://www.anthropic .com/news /claude-3-5-sonnet ) .
88+ - ** OpenAI ( GPT-4o) ** . [ Learn more] ( https://openai.com/index/hello-gpt-4o/ ) .
89+ - ** Anthropic (Claude 3.5 Sonnet) ** . [ Learn more] ( https://www.anthropic. com/news/claude-3-5-sonnet ) .
90+ - ** Amazon Bedrock ( Claude 3.5 Sonnet) ** . [ Learn more] ( https://aws.amazon .com/bedrock /claude/ ) .
0 commit comments