RAG Basics
Build a basic RAG pipeline — chunk, embed, retrieve, and generate.
0%
Confidence · no data yet
After this skill you can…
- Chunk documents with LangChain or LlamaIndex
- Generate embeddings and store in a vector DB
- Build a Q&A app over your own data
Prerequisites
Watch (10 videos)
High Performance (Realtime) RAG Chains: From Basic to Advanced
→ Build a RAG pipeline with LangChain→ Optimize RAG systems for real-time performance
Coding the Ultimate RAG Engine from Zero
→ Build a RAG engine from scratch→ Implement vector databases for information retrieval
Building Agentic RAG From Scratch in Pure Python
→ Build an Agentic RAG pipeline→ Implement semantic search in Python
RAG Demo for Beginners: Full Hands-On Tutorial in Tamil | Build Your Own RAG AI | Karthik's Show
→ Build a RAG pipeline from scratch→ Implement retrieval-augmented generation with FAISS and Sentence Transformers
RAG with LangChain on Google Cloud
→ Implement RAG with LangChain on Google Cloud→ Build a web application with Retrieval-Augmented Generation
Build an End-to-End RAG API with AWS Bedrock & Azure OpenAI
→ Build a RAG tool→ Implement a vector database→ Integrate a language model
Chat With Your Documents Data Ingestion & RAG Pipeline(Beginner Friendly)
→ Build a RAG pipeline for data ingestion→ Integrate chatbot with RAG pipeline
RAG from scratch: Part 6 (Query Translation -- RAG Fusion)
→ Build a RAG pipeline from scratch→ Implement query translation and RAG fusion
NLP JumpStart | The Power of Multilingual Semantic Search
→ Build a multilingual semantic search solution→ Implement Cohere and Pinecone
Build a RAG Application from Scratch — No LangChain, No LlamaIndex
→ Build a RAG pipeline→ Store embeddings in ChromaDB
DeepCamp AI