dev-it-with-me/RagUltimateAdvisor
A complete Retrieval-Augmented Generation (RAG) application that demonstrates modern AI capabilities for answering questions about Ultimate Frisbee rules and strategies. This project showcases how to build a production-ready RAG system using cutting-edge technologies.
Implements a full-stack RAG pipeline using LlamaIndex for document processing, PostgreSQL with pgvector for semantic search, and Ollama for local LLM inference, eliminating cloud dependencies. The architecture chains PDF ingestion → vector embeddings → similarity-based retrieval → context-aware generation, with FastAPI backend and React frontend communicating via typed endpoints. Includes Docker Compose orchestration for easy deployment and supports swappable models (Llama 3.2, Mistral, Gemma) for customization.
Stars
48
Forks
23
Language
Python
License
—
Category
Last pushed
Oct 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/dev-it-with-me/RagUltimateAdvisor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Future-House/paper-qa
High accuracy RAG for answering questions from scientific documents with citations
weiwill88/Local_Pdf_Chat_RAG
🧠 纯原生 Python 实现的 RAG 框架 | FAISS + BM25 混合检索 | 支持 Ollama / SiliconFlow | 适合新手入门学习
shubham0204/OnDevice-RAG-Android
A custom RAG pipeline for multi-document QA from PDF/DOCX documents, in Android
EarthlyAlien/Document-Assistant
RAG based Document Assistant for Search
lfoppiano/document-qa
Scientific Document Insight Q/A