Universal RAG Architectures. A hands-on playground to build and compare different AI retrieval systems.

github.com/inirafaila/universal-rag-architectures

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2025
  • Merge pull request #2 from rzadrzi/docs/update-readme
  • Merge branch 'nonfungi:main' into docs/update-readme
  • docs(images): Update image directory with Multimodal RAG's image
  • docs(images): Update image directory with Multimodal RAG's image
  • docs(images): Update image directory with Multimodal RAG's image
  • Merge pull request #1 from rzadrzi/docs/update-readme
  • docs(images): Update readme with add Naive RAG's image
  • docs(images): Add naive RAG's image to directory images
  • feat: implement Agentic RAG with a router agent
  • feat: implement Multimodal RAG for text-to-image retrieval
  • feat: implement Hybrid RAG with BM25 and Vector Search
  • feat: implement Graph RAG with Neo4j
  • feat: implement Retrieve-and-Rerank RAG with semantic chunking
  • feat: implement Naive RAG pipeline
  • Initial commit: project structure and configuration setup