v1.4.9.3
HKUDS/LightRAGv1.4.9.3Oct 14, 2025by danielaskdd
AI Summary
This update focuses on WebUI optimization and simplification, changes frontend build artifact management, and adds a new document status for RayAnything compatibility.
Key Highlights
- WebUI Optimization and Simplification
- Frontend build artifacts removed from git repo (manual build required)
- Add PREPROCESSED status for multimodal document processing
- Temporary solution for RayAnything compatibility
Breaking Changes
- Frontend build artifacts removed from git repo; manual build action required
New Features
- WebUI Optimization and Simplification
- PREPROCESSED status for multimodal documents
Full Release Notes
## Important Notes * Add **temporary solution** implemented to ensure compatibility with the newly introduced document status in Rayanything. * Frontend build artifacts is removed from git repo now, **manual build action** is required after cloning/pulling the repo. ## What's Changed * Refactor: WebUI Optimization and Simplification by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2198 * i18n: fix mustache brackets by @zl7261 in https://github.com/HKUDS/LightRAG/pull/2196 * fix: advise excluding dev dependencies in prod build by @kevinnkansah in https://github.com/HKUDS/LightRAG/pull/2201 * Exclude Frontend Build Artifacts from Git Repository by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2208 * Add PREPROCESSED (multimodal_processed) status for multimodal document processing by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2211 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.9.2...v1.4.9.3