AashiDutt/RAG
This repo contains self made projects and learnables from various resources on using local LLMs and RAG
Build chatbots that answer questions based on your own specific content, whether it's a website or a PDF document. You provide the content, and the chatbot delivers accurate answers from it. This is ideal for knowledge managers, content creators, or anyone needing to create a dedicated Q&A resource from their existing information.
No commits in the last 6 months.
Use this if you need a chatbot to provide answers from a specific set of documents or web pages, ensuring responses are always relevant to your provided content.
Not ideal if you're looking for a general-purpose chatbot that can answer questions on a wide range of topics not limited to your specific documents.
Stars
14
Forks
6
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/AashiDutt/RAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bragai/bRAG-langchain
Everything you need to know to build your own RAG application
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