This repository contains the notebooks for the AWS Bedrock Services workshop. This workshop covers Langchain basic interface, prompt engineering, retrieval augmented generation using Pinecone, and article generation for Movie Stars.
-
Langchain Basic Interface: This notebook provides a basic interface for Langchain.
-
Prompt Engineering using Langchain: This notebook explores prompt engineering techniques using Langchain.
-
Retrieval Augmented Generation using Pinecone and Anthropic LLM: This notebook demonstrates retrieval augmented generation using Pinecone for similarity search and Anthropic Language Model.
-
Movie Star Article Generation: Generate articles related to Movie Stars using Langchain, RapidAPI and Bedrock services
- Python 3.x
- Jupyter Notebook
- Additional requirements as specified in each notebook
- Clone the repository:
git clone https://github.com/AntonioGr7/aws-workshop-genai.git pip install -r requiremenst.txt