LightRAG
Simple and Fast Retrieval-Augmented Generation
Overview
Requirements
Recommended VPS
Hostinger · KVM 2
2 vCPU · 8192 MB · 100 GB
Hostinger · KVM 2
2 vCPU · 8192 MB · 100 GB
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Affiliate disclosure
Docker Compose
# Generated by Run This Ai — docker-compose.yml
services:
lightrag:
image: ghcr.io/hkuds/lightrag:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./data/lightrag:/data
Related tools
LangChain
Build context-aware reasoning applications powered by LLMs
Supabase
Open-source Postgres platform for AI apps with vector search, realtime subscriptions & built-in dashboard
RedisStack
Redis with integrated modules for vector search, JSON, and search capabilities
Meilisearch
Lightning-fast search engine with AI-powered hybrid and vector search
PrivateGPT
Chat with your documents privately using LLMs — 100% local, no data leaks
Milvus
High-performance cloud-native vector database for scalable ANN search
Guides & articles
How to Deploy LightRAG with Docker: Quick Start Tutorial
Step-by-step tutorial on deploying LightRAG with Docker. Quick start with Docker Compose, configuration tips, and best practices for self-hosting.
LightRAG: Simple and Fast Retrieval-Augmented Generation - Complete Guide
LightRAG is a lightweight, high-performance RAG framework with 37k+ GitHub stars. Learn about its graph-based knowledge indexing, dual-level retrieval, and how to self-host it.