This is a simple demo of Amazon Bedrock, with AI21 and Anthropic Claude model with langchain library. For more detail please reference the following link:
Setup Python
Setup Python Env
Setup AWS CLI
git clone https://github.com/nguyendinhthi0705/bedrock-rag-stock.git
cd bedrock-rag-stock
pip3 install -r requirements.txt
streamlit run main.py --server.port 8080
- <a href="https://docs.anthropic.com/claude/docs/introduction-to-prompt-design" target="_blank">Introduction to prompt design </a>