aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
908 stars 324 forks source link

feat: Advanced Parsing #594

Closed fsatsuki closed 1 week ago

fsatsuki commented 1 week ago

Issue #, if available:

526

Description of changes: Advanced parsing features have been implemented in the knowledge base. We can choose Anthropic Claude 3 Sonnet v1 and Claude 3 Haiku v1.

Screenshot 2024-11-14 at 16 21 33

Add parameter of BedrockKnowledgeBase.parsing_model to DynamoDB for advanced parsing functionality. Possible values are ["anthropic.claude-3-sonnet-v1", “anthropic.claude-3-haiku-v1", “disabled"] If the parameter is not set(such as undefined), it will be disabled.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

statefb commented 1 week ago

LGTM!