Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python - Bedrock: Claude 3 Demo #6295

Merged
merged 4 commits into from
Mar 27, 2024
Merged

Python - Bedrock: Claude 3 Demo #6295

merged 4 commits into from
Mar 27, 2024

Conversation

ford-at-aws
Copy link
Contributor

Running a RAG-enhanced chatbot on Bedrock using Claude 3, Knowledge Base, and LangChain

This directory contains code used for a live demo. It should be run sequentially, as follows:

  1. 0_get_models.py
  2. 0_try_claude3.py
  3. fordgpt_v1.py
  4. fordgpt_v2.py
  5. fordgpt_v3.py

Note: FordGPTv2-3 (step 4-5) require AWS data stores containing certain information that is not included in this repository.

Usage

This is reference code that should not be copied directly into production without review.

Running foundation models costs money. This demo presumes you have billing alarms configured and an understanding of Bedrocking pricing.

@ford-at-aws ford-at-aws self-assigned this Mar 27, 2024
@github-actions github-actions bot added the Python This issue relates to the AWS SDK for Python (boto3) label Mar 27, 2024
@ford-at-aws ford-at-aws added On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc. labels Mar 27, 2024
@ford-at-aws ford-at-aws merged commit 5fad395 into main Mar 27, 2024
16 of 18 checks passed
@ford-at-aws ford-at-aws deleted the democlaude3 branch March 27, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Call Review complete On call review complete Python This issue relates to the AWS SDK for Python (boto3) Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants