chernistry/sentio
Boilerplate RAG System with LangGraph Architecture
Implements a multi-stage retrieval pipeline with dense (Qdrant) + optional sparse (BM25) search, configurable fusion strategies (RRF, weighted, comb-sum), and optional reranking via external APIs. Features LLM-driven answer verification that audits citations and can auto-revise failed responses, with all prompts externalized in markdown for runtime customization. Exposes a REST API returning answers with citations [n], source documents, and detailed verification metadata (verdict, citation correctness, revision notes).
Stars
16
Forks
1
Language
Python
License
—
Category
Last pushed
Nov 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/chernistry/sentio"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rasinmuhammed/rag-tui
⚡ Debug your RAG pipeline without leaving the terminal. Real-time chunking visualization, batch...
kbeaugrand/KernelMemory.StructRAG
Microsoft's Kernel Memory StructRAG implementation
metawake/ragtune
EXPLAIN ANALYZE for RAG retrieval — inspect, debug, benchmark, and tune your retrieval layer