Renumics/renumics-rag
Visualization for a Retrieval-Augmented Generation (RAG) Assistant 🤖❤️📚
This tool helps you build and understand a Retrieval-Augmented Generation (RAG) assistant. You provide your own collection of documents (like articles or internal wikis), and it creates an intelligent Q&A system. This system takes natural language questions as input and generates answers based on your documents, along with their sources. It's ideal for anyone looking to deploy or evaluate a custom knowledge base for answering user queries.
201 stars.
Use this if you need to create a question-answering system from your own documents and want to visualize how it retrieves information and generates responses.
Not ideal if you're looking for a simple chatbot that doesn't require grounding answers in specific documents or if you don't need to analyze the retrieval process.
Stars
201
Forks
42
Language
Python
License
MIT
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Renumics/renumics-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
VectorInstitute/retrieval-augmented-generation
Reference Implementations for the RAG bootcamp
naver/bergen
Benchmarking library for RAG
KalyanKS-NLP/rag-zero-to-hero-guide
Comprehensive guide to learn RAG from basics to advanced.
alan-turing-institute/t0-1
Application of Retrieval-Augmented Reasoning on a domain-specific body of knowledge
aihpi/workshop-rag
Retrieval Augmented Generation and Semantic-search Tools