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.
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.
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.
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.