naaas94/rag-light-demo
A local-first RAG demo that emphasizes production-grade patterns: deterministic SHA256 IDs for idempotent ingestion, hybrid retrieval (Chroma + BM25) fused with RRF, HMAC-signed BM25 indices, input validation + resource limits, structured tracing, and practical runtime optimizations (RAGService reuse, embedding cache, context budgets).
Stars
—
Forks
—
Language
Python
License
—
Category
Last pushed
Feb 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/naaas94/rag-light-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
danny-avila/rag_api
ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
mburaksayici/smallevals
smallevals — CPU-fast, GPU-blazing fast offline retrieval evaluation for RAG systems with tiny QA models.
arturoburigo/bfc_script_RAG
RAG for a Domain-Specific-language, using vectorDB and semantic search with LLM to response generation
irfanalidv/ragfallback
ragfallback is a Python library that prevents silent RAG failures — chunk quality, retrieval...
hiatamaworkshop/dcp-rag
Data Cost Protocol encoder for system→AI data injection — converts structured data to...