guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
This project helps developers and data scientists build more accurate and robust AI chatbots and question-answering systems using their own documents. It provides practical examples and solutions for feeding internal documents and data into Large Language Models (LLMs) to get precise answers, handling issues like long documents or specialized jargon. The end result is an AI system that provides more relevant and reliable responses based on your specific information.
327 stars. No commits in the last 6 months.
Use this if you are building a Retrieval Augmented Generation (RAG) system and need to improve how it finds and uses information from your documents to generate accurate answers.
Not ideal if you are a business user looking for a ready-to-use AI solution without needing to understand its underlying technical implementation.
Stars
327
Forks
136
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/guyernest/advanced-rag"
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 技术)
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