rajshaurya2005/RAG-Model-from-Scratch
This Python script implements a simple RAG (Retrieval-Augmented Generation) system that reads documents (PDF, TXT, JSON), chunks and embeds the text using Sentence Transformers, stores it in ChromaDB, and retrieves relevant information to generate AI-powered answers using Groq's LLMs.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Python
License
—
Category
Last pushed
Jun 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/rajshaurya2005/RAG-Model-from-Scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yichuan-w/LEANN
[MLsys2026]: RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast,...
mrutunjay-kinagi/ragsearch
This project aims to build a Retrieval-Augmented Generation (RAG) engine to provide...
Omkar-Wagholikar/adora
Python package that makes it easy to spin up a custom Retrieval-Augmented Generation (RAG) pipeline.
Yigtwxx/Awesome-RAG-Production
A curated list of battle-tested tools, frameworks, and best practices for building scalable,...
JocelynVelarde/rag-template
Learn how to build a Retrieval-Augmented Generation (RAG) system from the ground up! In this...