Skip to content

Commit

Permalink
Reintroduce some README sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman committed Dec 3, 2024
1 parent 450db21 commit 5e3e11e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ This library is licensed under the MIT-0 License. See the LICENSE file.
- [Code of Conduct](CODE_OF_CONDUCT.md) of the project.
- [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

Although this repository is released under the MIT-0 license, its front-end and SQL implementation use the following third party projects:
- [psycopg2-binary](https://github.com/psycopg/psycopg2)
- [jackspeak](https://github.com/isaacs/jackspeak)
- [package-json-from-dist](https://github.com/isaacs/package-json-from-dist)
- [path-scurry](https://github.com/isaacs/path-scurry)

These projects' licensing includes the LGPL v3 and BlueOak-1.0.0 licenses.

# Legal Disclaimer

You should consider doing your own independent assessment before using the content in this sample for production purposes. This may include (amongst other things) testing, securing, and optimizing the content provided in this sample, based on your specific quality control practices and standards.
3 changes: 3 additions & 0 deletions docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ The default EBS volume create with the Cloud9 instance is too small and you need
To do this, run the following command from the Cloud9 terminal:

```
git clone https://github.com/aws-samples/aws-genai-llm-chatbot.git
cd aws-genai-llm-chatbot/
chmod +x scripts/cloud9-resize.sh
./scripts/cloud9-resize.sh
```

Expand Down

0 comments on commit 5e3e11e

Please sign in to comment.