In this notebook, you will explore different capabilities of Amazon Bedrock and how to use foundation models for the following use cases:
- Text Summarization: Create concise summaries from longer text passages
- Code Generation: Generate Python and SQL code from natural language descriptions
- Entity Extraction: Extract structured information from unstructured text
You'll see how to use the Boto3 SDK to interact with different foundation models available through Amazon Bedrock such as the Amazon Nova and Claude 3 Sonnet foundation models.
Architects, data scientists, and developer who want to learn how to use Amazon Bedrock LLMs to generate text and code.
The above scenarios are covered in the following notebook.
- Text Summarization, Code Generation and Entity Extraction - Leverages the Amazon Nova and Claude 3 Sonnet foundation models.
Before running any of the labs in this section ensure you've run the Bedrock boto3 setup notebook.