Completed
Retrieval Augmented Generation with Llama 2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Better Llama with Retrieval Augmented Generation - RAG
Automatically move to the next video in the Classroom when playback concludes
- 1 Retrieval Augmented Generation with Llama 2
- 2 Python Prerequisites and Llama 2 Access
- 3 Retrieval Augmented Generation 101
- 4 Creating Embeddings with Open Source
- 5 Building Pinecone Vector DB
- 6 Creating Embedding Dataset
- 7 Initializing Llama 2
- 8 Creating the RAG RetrievalQA Component
- 9 Comparing Llama 2 vs RAG Llama 2