Skip to content

Commit b54f6e1

Browse files
authored
Merge pull request #7 from build-on-aws/update-readme-destroy-instructions
Add instruction to destroy vector store during tear down
2 parents f96066b + 35bfabf commit b54f6e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ python architecture_chat_demo.py
8484

8585
Be sure to tear down any AWS resources you're not using after working through this demo as they may result in charges to your AWS account. The resources to destroy are:
8686

87-
- S3 bucket for your knowledge base data source
8887
- Amazon Bedrock Knowledge Base
88+
- S3 bucket for your knowledge base data source
89+
- Vector database (the OpenSearch Serverless collection, if you set up your knowledge base to use this, or another vector store)
8990

9091
### Bring your own diagram
9192

0 commit comments

Comments
 (0)