FareedKhan-dev/rag-ecosystem
Understand and code every important component of RAG architecture
Implements modular RAG components including query transformations (multi-query, RAG-Fusion, decomposition), intelligent routing (logical and semantic), and advanced indexing strategies (hierarchical, ColBERT). Integrates with LangChain, OpenAI, Cohere, and evaluation frameworks (RAGAS, DeepEval) to enable end-to-end pipeline optimization and grading through self-correcting agentic flows.
228 stars. No commits in the last 6 months.
Stars
228
Forks
70
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/FareedKhan-dev/rag-ecosystem"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
bragai/bRAG-langchain
Everything you need to know to build your own RAG application
liu673/rag-all-techniques
Implementation of all RAG techniques in a simpler way(以简单的方式实现所有 RAG 技术)
guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
FareedKhan-dev/14-rag-failures
Encountering 14 different Naive RAG fails and using KG to solve it
Megaboy12346/complex-RAG-guide
Build a robust, production-ready RAG system with effective data preparation, anonymization, and...