mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-03 06:11:59 +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.