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. |
||
|---|---|---|
| .. | ||
| copy_llm_cache_to_another_storage.py | ||
| lightrag_bedrock_demo.py | ||
| lightrag_hf_demo.py | ||
| lightrag_llamaindex_direct_demo.py | ||
| lightrag_llamaindex_litellm_demo.py | ||
| lightrag_llamaindex_litellm_opik_demo.py | ||
| lightrag_lmdeploy_demo.py | ||
| lightrag_nvidia_demo.py | ||
| lightrag_openai_neo4j_milvus_redis_demo.py | ||