RAG-Anything
One unified pipeline for RAG across text, tables, images, and figures
The Panel's Take
RAG-Anything is an all-in-one Retrieval-Augmented Generation framework from HKUST's Data Systems Group that handles multimodal documents through a single unified pipeline. Unlike RAG frameworks that only handle plain text, it natively ingests and retrieves across text, tables, images, scientific figures, and mixed-modality documents without requiring separate preprocessing pipelines for each type. The framework covers the full RAG stack: document parsing, chunking strategies adapted to content type, embedding, vector storage, retrieval ranking, and generation. It's built to handle the kinds of documents that real enterprise workloads throw at you — PDFs with embedded tables, research papers with figures, reports that mix structured and unstructured content. With 16,000+ stars and academic backing from HKUDS (the same group behind LightRAG), it carries credibility beyond typical weekend projects. The key insight is that most RAG failures in production happen at the parsing and modality-handling stage, not the retrieval stage. By making multimodal handling a first-class concern rather than a bolt-on, RAG-Anything aims to close the gap between RAG demos and RAG production deployments.
Share this verdict
RAG-Anything verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/rag-anything-hkuds-multimodal-document-rag-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare RAG-Anything with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/rag-anything-hkuds-multimodal-document-rag-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/rag-anything-hkuds-multimodal-document-rag-2026" alt="RAG-Anything Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/rag-anything-hkuds-multimodal-document-rag-2026)<iframe src="https://shiporskip.io/embed/rag-anything-hkuds-multimodal-document-rag-2026" title="RAG-Anything ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Handling mixed-modality documents is where every DIY RAG pipeline breaks down. The unified approach means you don't wire together five separate parsers before you can even start indexing. HKUDS has shipped LightRAG and other credible work — this isn't a beginner's first RAG project.”
“16K stars and 'all-in-one' framing doesn't tell you how it performs on your specific document types. Table extraction from PDFs remains genuinely hard and most frameworks overstate their capability here. Last updated April 14 means there's a one-week gap — check the issues tab for recent breakage reports before depending on it.”
“Enterprise document intelligence is a $10B+ market that's been waiting for a genuinely open solution. RAG-Anything's multimodal-first design positions it as the foundation layer that commercial products will build on — the same way PyTorch became the foundation for the ML commercial stack.”
“For creators building knowledge bases from research papers, design briefs, or mixed-media archives, finally having a framework that doesn't lose your tables and diagrams is a real win. The unified pipeline means less time fighting preprocessing and more time on what you're actually building.”