From 245148d244f921851d249e376d25222f40a1f755 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 28 Jan 2025 10:28:58 -0800 Subject: [PATCH] Platform: Add Amazon Bedrock models for Partitioner VLM node --- platform/workflows.mdx | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/platform/workflows.mdx b/platform/workflows.mdx index 72c66ab2..92f2708b 100644 --- a/platform/workflows.mdx +++ b/platform/workflows.mdx @@ -129,7 +129,7 @@ To create an automatic workflow: The **Platinum** option uses the following preconfigured workflow settings: - **Strategy**: VLM - - **VLM Provider, Model**: Anthropic, Claude 3.5 Sonnet + - **VLM Provider, Model**: Anthropic, Anthropic Claude 3.5 Sonnet - **Chunk**: - **Chunker Type**: Chunk By Title @@ -213,8 +213,19 @@ There are two ways to create a custom workflow: You must also choose a VLM provider and model. Available choices include: - - **Anthropic**: **Claude 3.5 Sonnet** - - **OpenAI**: **GPT-4o** + - **Anthropic**: + + - **Anthropic Claude 3.5 Sonnet** + + - **OpenAI**: + + - **OpenAI GPT-4o** + + - **Amazon Bedrock**: + + - **Anthropic Claude 3.5 Sonnet v2** + - **Amazon Nova Pro v1** + - **Llama 3.2 11B Instruct** During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead. @@ -418,8 +429,19 @@ There are two ways to create a custom workflow: You must also choose a VLM provider and model. Available choices include: - - **Anthropic**: **Claude 3.5 Sonnet** - - **OpenAI**: **GPT-4o** + - **Anthropic**: + + - **Anthropic Claude 3.5 Sonnet** + + - **OpenAI**: + + - **OpenAI GPT-4o** + + - **Amazon Bedrock**: + + - **Anthropic Claude 3.5 Sonnet v2** + - **Amazon Nova Pro v1** + - **Llama 3.2 11B Instruct** During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead.