aimaster-dev/SmartRAG
SmartRAG is a terminal-based RAG system using LangGraph. It processes queries by retrieving relevant content from markdown or PDFs, then responds using OpenAI GPT. Supports webpage-to-PDF conversion, vector DB search, and modular flow control.
Implements intelligent query routing and message history caching within a LangGraph DAG, enabling context-aware retrieval through vector similarity search. Built on the LangChain ecosystem with modular document preprocessing pipelines that handle HTML-to-PDF conversion (via wkhtmltopdf) and PDF-to-Markdown transformation before vector indexing.
No commits in the last 6 months.
Stars
6
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jun 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/aimaster-dev/SmartRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
VectifyAI/PageIndex
📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG
thearpankumar/GPUaccelerated-multilingual-RAG
GPU - vector DB - AI-powered document processing platform for financial services. Features...
praj2408/RAG-Enhanced-NCERT-Tutor
RAG-Enhanced-NCERT-Tutor is an AI-powered tutor for NCERT curriculum, using Retrieval-Augmented...
justine-george/ai-markdown-llm-retrieval
AI-powered document query system using LangChain, ChromaDB, and OpenAI for efficient RAG-based...
Vikas-ai56/Contextual_RAG
An Advanced RAG system using Python and Langgraph for intelligent, stateful question-answering...