bragai/bRAG-langchain
Everything you need to know to build your own RAG application
This project provides comprehensive guides and boilerplate code for building Retrieval-Augmented Generation (RAG) applications. It takes your various documents and a user's question, then processes them to deliver accurate and contextually relevant answers. Developers, machine learning engineers, and data scientists looking to implement or enhance RAG systems will find this useful.
4,051 stars.
Use this if you are a developer or machine learning engineer aiming to build or customize a RAG-powered chatbot or information retrieval system.
Not ideal if you are a non-technical user looking for an out-of-the-box RAG application without needing to write code.
Stars
4,051
Forks
480
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 22, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/bragai/bRAG-langchain"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
liu673/rag-all-techniques
Implementation of all RAG techniques in a simpler way(以简单的方式实现所有 RAG 技术)
FareedKhan-dev/rag-ecosystem
Understand and code every important component of RAG architecture
FareedKhan-dev/14-rag-failures
Encountering 14 different Naive RAG fails and using KG to solve it
AashiDutt/RAG
This repo contains self made projects and learnables from various resources on using local LLMs and RAG