lightrag-memory
Installation
SKILL.md
LightRAG Memory
Semantic memory system with vector search + knowledge graph. Replaces reading entire memory files on every request with targeted retrieval (~1-3K tokens vs 30K+).
Quick Setup
cd skills/lightrag-memory
pip install -r requirements.txt
Set environment variables:
export OPENAI_API_KEY="your-key"
export OPENAI_BASE_URL="https://your-api-endpoint/v1" # optional, defaults to OpenAI