#66 · Primary category: Knowledge Base & RAG

bRAG-langchain

agentic-rag ai chatbot llm machine-learning python rag retrieval-augmented-generation

Everything you need to know to build your own RAG application

Project last updated:08/03/26

GitHub Stars

4.1K

Forks

502

Contributors

2

License

Other

Why we included this project

This notebook collection is a practical walkthrough for anyone building a first RAG pipeline. It starts with the basics, document loading, embeddings, and vector stores, then moves to advanced techniques like multi-query retrieval, RAG-Fusion, query routing, and Cohere re-ranking. Each notebook is self-contained and pairs LangChain code with the reasoning behind the approach, so you can lift patterns such as CRAG, Self-RAG, RAPTOR, or ColBERT into your own project. A starter file offers boilerplate for a customizable RAG chatbot. It is a learning resource rather than a turnkey production system, but a useful map for teams weighing retrieval strategies and quality trade-offs.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category