RAG-Anything
Multimodal RAG that handles PDFs, images, tables, charts, and math
The Panel's Take
RAG-Anything is an All-in-One Multimodal Retrieval-Augmented Generation framework from Hong Kong University's Data Science lab that finally breaks RAG out of its text-only box. It ingests PDFs, Office documents, images, tables, charts, and mathematical equations through a unified 5-stage pipeline — parsing, element extraction, knowledge graph construction, multimodal indexing, and hybrid retrieval. Under the hood, it builds a multimodal knowledge graph with automatic entity extraction and cross-modal relationship discovery, then uses vector-graph fusion to combine semantic embeddings with structural relationships. A VLM-Enhanced Query mode integrates visual content directly into LLM responses, so you can ask questions that span a chart and its surrounding text and get a coherent answer. Built on LightRAG, it supports concurrent multi-pipeline architecture for parallel text and multimodal processing. It hit 17,500+ stars on GitHub shortly after release, making it one of the fastest-growing RAG libraries in 2026. For teams building enterprise document intelligence — legal contracts, scientific papers, financial reports — this fills a real gap that vanilla RAG systems have always had. MIT licensed, Python-based, and straightforward to integrate.
Share this verdict
RAG-Anything verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/rag-anything-hkuds-multimodal-rag-pdf-images-tables-math-knowledge-graph-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-rag-pdf-images-tables-math-knowledge-graph-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/rag-anything-hkuds-multimodal-rag-pdf-images-tables-math-knowledge-graph-2026" alt="RAG-Anything Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/rag-anything-hkuds-multimodal-rag-pdf-images-tables-math-knowledge-graph-2026)<iframe src="https://shiporskip.io/embed/rag-anything-hkuds-multimodal-rag-pdf-images-tables-math-knowledge-graph-2026" title="RAG-Anything ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“RAG-Anything solves the most frustrating part of enterprise document work: your data lives in tables, charts, and PDFs — not clean text blobs. The vector-graph fusion approach and concurrent pipelines mean you can actually build production-grade doc intelligence without rolling your own multimodal parsing. 17k stars in days is a signal this fills a real gap.”
“'All-in-One' claims always warrant skepticism. Academic repos from research labs often prioritize paper metrics over production robustness — OCR quality on scanned PDFs and chart understanding via VLMs can still be brittle in the wild. Test it hard on YOUR documents before trusting it in prod, especially for financial or legal use cases where errors matter.”
“The shift from text RAG to multimodal RAG is foundational — 80% of enterprise knowledge is locked in non-text formats. When AI agents can reason across a quarterly earnings call transcript, its accompanying slides, and the financial tables simultaneously, the quality of AI-assisted decision making jumps by an order of magnitude. This is infrastructure for that future.”
“For researchers and analysts who work with mixed-format reports daily, RAG-Anything is a genuine time-saver. Being able to query across a document that mixes prose, data tables, and diagrams as a unified knowledge graph — rather than preprocessing everything manually — removes the most tedious part of AI-assisted research.”