# 🚀 LightRAG: Specialized Production Fork
A production-ready fork of LightRAG featuring S3 storage integration, a modernized Web UI, and a robust API.
## 🔱 About This Fork
This repository is a specialized fork of [LightRAG](https://github.com/HKUDS/LightRAG), designed to bridge the gap between research and production. While preserving the core "Simple and Fast" philosophy, we have added critical infrastructure components:
- **☁️ S3 Storage Integration**: Native support for S3-compatible object storage (AWS, MinIO, Cloudflare R2) for scalable document and artifact management.
- **🖥️ Modern Web UI**: A completely redesigned interface featuring:
- **S3 Browser**: Integrated file management system.
- **File Viewers**: Built-in PDF and text viewers.
- **Enhanced Layout**: Resizable panes and improved UX.
- **🔌 Robust API**: Expanded REST endpoints supporting multipart uploads, bulk operations, and advanced search parameters.
- **🛡️ Code Quality**: Comprehensive type hinting (Pyright strict), Ruff formatting, and extensive test coverage for critical paths.
---
## 📖 Introduction to LightRAG
**LightRAG** incorporates graph structures into text indexing and retrieval processes. This innovative framework employs a dual-level retrieval system that enhances comprehensive information retrieval from low-level entities to high-level broader topics.