Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Adding Claude 3.5 Sonnet to Parsing model options #747

Open
rymtsmr opened this issue Feb 26, 2025 · 1 comment
Open
Labels
enhancement New feature or request planned Top-priority enhancements selected for likely implementation.

Comments

@rymtsmr
Copy link

rymtsmr commented Feb 26, 2025

[Request]

Currently, Bedrock only supports Claude 3.5 Sonnet and Claude 3 Haiku as Parsing models[1].
However, in Claude Chat, Claude 3 Sonnet is displayed and Claude 3.5 Sonnet cannot be selected.
I would like to request that Claude 3.5 Sonnet be made available for selection.

export type ParsingModel = 'anthropic.claude-3-sonnet-v1' | 'anthropic.claude-3-haiku-v1' | 'disabled';

AS-IS:

export type ParsingModel = 'anthropic.claude-3-sonnet-v1' | 'anthropic.claude-3-haiku-v1' | 'disabled';

TO-BE:

export type ParsingModel = 'anthropic.claude-3.5-sonnet-v1' | 'anthropic.claude-3-haiku-v1' | 'disabled';

[References]

[1] Supported models and regions for Amazon Bedrock knowledge bases - Amazon Bedrock
https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html#knowledge-base-supported-parsing
The following foundation models can be used as a parser:

Anthropic Claude 3.5 Sonnet
Anthropic Claude 3 Haiku
@statefb statefb added planned Top-priority enhancements selected for likely implementation. enhancement New feature or request and removed needs-triage labels Feb 27, 2025
@statefb
Copy link
Contributor

statefb commented Feb 27, 2025

Thank you for your request. We'd be appreciated if you could create a PR (if it's not difficult and number of diffs will be small), thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned Top-priority enhancements selected for likely implementation.
Projects
None yet
Development

No branches or pull requests

2 participants