VectorInstitute/retrieval-augmented-generation
Reference Implementations for the RAG bootcamp
Implements five distinct RAG pipeline examples—web search, document QA, SQL databases, cloud storage, and biomedical literature—using LangChain and LlamaIndex to demonstrate core techniques including chunking, embeddings, sparse/dense retrieval, and reranking. The PubMed implementation provides a complete end-to-end workflow with evaluation metrics via the Ragas framework, while the evaluation module focuses on assessing RAG pipeline quality through test set construction.
Stars
33
Forks
24
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/VectorInstitute/retrieval-augmented-generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Renumics/renumics-rag
Visualization for a Retrieval-Augmented Generation (RAG) Assistant 🤖❤️📚
naver/bergen
Benchmarking library for RAG
KalyanKS-NLP/rag-zero-to-hero-guide
Comprehensive guide to learn RAG from basics to advanced.
alan-turing-institute/t0-1
Application of Retrieval-Augmented Reasoning on a domain-specific body of knowledge
aihpi/workshop-rag
Retrieval Augmented Generation and Semantic-search Tools