mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-17 18:44:11 +00:00
Refactored the LLM cache to a flat Key-Value (KV) structure, replacing the previous nested format. The old structure used the 'mode' as a key and stored specific cache content as JSON nested under it. This change significantly enhances cache recall efficiency.