CyrilDesch/SRAG
Highly flexible RAG system with advanced document parsing and audio processing.
Implements hybrid retrieval combining vector search, BM25 lexical search, and cross-encoder reranking with metadata filtering. Built on Scala 3 and ZIO with hexagonal architecture, it decouples domain logic from pluggable adapters (PostgreSQL, Qdrant, OpenSearch, Whisper, MinIO, Redis) configurable entirely via environment variables for infrastructure-agnostic deployment. Designed for stateless horizontal scaling in production rather than single-machine experimentation, with built-in audio transcription and vision-based document extraction pipelines.
Stars
5
Forks
2
Language
Scala
License
GPL-3.0
Category
Last pushed
Mar 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/CyrilDesch/SRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
pguso/rag-from-scratch
Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of...
intersystems-community/iris-vector-rag
Enterprise RAG pipelines with native IRIS vector search. 6 production implementations with RAGAS...
microsoft/RAG_Hack
Hack Together: RAG Hack | Register, Learn, Hack
huangjia2019/rag-project01-framework
[RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。
BUAADreamer/EasyRAG
Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛...