boa303
This repository includes code and demos for session "Unlock insights with AWS GenAI services" (re:Invent BOA303)
File Explorer
- bedrock-api-1.pdf
- bedrock-ug.pdf
- Starbucks-FY22-Annual-Report.pdf
- united-states-inflation-rate-cpi.csv
- demo1_part1.mp4
- demo1_part2.mp4
- demo1_part3.mp4
- demo2_part1.mp4
- demo2_part2.mp4
- demo1.gif
- demo2.gif
- demo_1_2.gif
- image-01.jpg
- image-02.jpg
- image-03.jpg
- image-04.jpg
- image-05.jpg
- image-06.jpg
- image-07.jpg
- image-08.jpg
- image-09.jpg
- BOA303 Unlock Data Insights.pdf
- Demo1 - RAG with SageMaker and Kendra.ipynb
- Demo2 - RAG with Bedrock and Vector DB.ipynb
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
