KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bedrock-book
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
TeraBox-Video-DL
:
TeraBox-Video-DL @SudoR2spr
itomori
:
Gymnasium environment for research of UAVs and risk constraints
AI-Development-With-Gemini
:
Germini AI Application
TOR-Forensics
:
An Awesome list of study material for learning TOR Forensics or Darkweb Forensics 🕵️♂️🕵️♂️🕵️♂️
NES-Hub
:
Documentation of the NES Hub
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bedrock-book
?
Download (.md)
# 『Amazon Bedrock으로 시작하는 실전 생성형 AI 개발』 이제 AI도 당신의 개발 도구가 된다 - 실무자를 위한 AWS Gen AI 완벽 가이드 ## 구매 링크 - 교보문고: https://product.kyobobook.co.kr/detail/S000214962344 - 예스24: https://www.yes24.com/Product/Goods/140049541 - 알라딘: https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=353662061 ## 정오표 ### 5장 | 페이지 | 위치 | 오류 | 수정 | |--------|------|------|------| | p141 | 코드 L134 ~ L135 | 불필요한 코드 | [수정 코드](https://github.com/bedrock101/bedrock-book/blob/main/chapter5/5-6.py) | | p151 | 함수 `get_article_text` | 파싱 개선 | [수정 코드](https://github.com/bedrock101/bedrock-book/blob/main/chapter5/5-9.py) | ## 추가 설명 - p141 : 코드 `5-6.py`에서 생성한 QR 코드를 내 로컬에 다운받고, 불필요한 코드를 삭제했습니다. - p151 : 코드 `5-9.py`에서는 여러 종류의 태그가 있더라도 텍스트를 추출할 수 있게 코드를 개선하였습니다.