Skip to content

sathwiksgjois/Langgraph-RAG-Learning

Repository files navigation

🚀 LangGraph + RAG Learning (Real-Time)

This repository teaches how real-world RAG systems and LangGraph workflows are built.


🧠 What You’ll Learn

✔ How documents → embeddings → vector DB
✔ How retrieval works
✔ How LLM uses context to answer
✔ How to modularize RAG properly
✔ How LangGraph orchestrates pipelines


🔥 Learning Flow

  1. Build RAG from scratch
  2. Understand vector search
  3. Modularize RAG pipeline
  4. Integrate with LangGraph

▶️ Setup and Running

pip install -r requirements.txt

# Running Example
Run from project root:
python langgraph_rag_pipeline/example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages