marcosotomac/Retrieval-Augmented-Generation
A modular RAG pipeline that ingests docs from data/raw, chunks them, embeds with SentenceTransformers, stores in Chroma, reranks results, and answers via a configurable LLM backend (Transformers, OpenAI, Gemini, or NVIDIA) through a Typer CLI.
Stars
2
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/marcosotomac/Retrieval-Augmented-Generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
byerlikaya/SmartRAG
Multi-Modal RAG for .NET — query databases, documents, images and audio in natural language....
aws-samples/layout-aware-document-processing-and-retrieval-augmented-generation
Advanced document extraction and chunking techniques for retrieval augmented generation that is...
sion42x/llama-index-milvus-example
Open AI APIs with Llama Index and Milvus Vector DB for Retrieval Augmented Generation (RAG) testing
Maverick0351a/neuralcache
NeuralCache is a drop-in reranker for Retrieval-Augmented Generation (RAG) that learns which...
wittyicon29/PWC-RAG
A RAG application to search through the recent ML research without going through the Papers with...