Skip to content

Commit

Permalink
add gitignore & update workshop studio links (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlseo authored Sep 13, 2024
1 parent da8131e commit 64c509e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/node_modules
/cdk.out
cdk.context.json

# DS_store
.DS_Store
**/.DS_Store

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Byte-compiled / optimized / DLL files
__pycache__/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Amazon Bedrock Q&A multi-modal chatbot with advanced RAG

:link: AWS Workshop [Amazon Bedrock Q&A multi-modal chatbot with advanced RAG](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387)
:link: AWS Workshop [Amazon Bedrock Q&A multi-modal chatbot with advanced RAG](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387/en-US)

:telephone_receiver: Issue Report [Bailey(Sohyeon) Cho](https://www.linkedin.com/in/csbailey/)

Expand Down Expand Up @@ -31,7 +31,7 @@ cdk deploy --all --require-approval never
```

## :mega: Workshop Guide
You can see full workshop [here](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387)
You can see full workshop [here](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387/en-US)

# 한국어

Expand All @@ -57,4 +57,4 @@ cdk deploy --all --require-approval never
```

## :mega: 워크샵 가이드
[링크](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387/ko-KR)에서 워크샵 콘텐츠를 확인할 수 있습니다
[링크](https://catalog.us-east-1.prod.workshops.aws/workshops/a372f3ed-e99d-4c95-93b5-ee666375a387/ko-KR)에서 워크샵 콘텐츠를 확인할 수 있습니다.

0 comments on commit 64c509e

Please sign in to comment.