mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-01 09:27:35 +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.