LightRAG/examples/unofficial-sample
yangdx 271722405f feat: Flatten LLM cache structure for improved recall efficiency
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.
2025-07-02 16:11:53 +08:00
..
copy_llm_cache_to_another_storage.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
lightrag_bedrock_demo.py Remove deprected demo code 2025-05-14 01:56:26 +08:00
lightrag_hf_demo.py Remove deprected demo code 2025-05-14 01:56:26 +08:00
lightrag_llamaindex_direct_demo.py Remove deprected demo code 2025-05-14 01:56:26 +08:00
lightrag_llamaindex_litellm_demo.py feat: Integrate Opik for Enhanced Observability in LlamaIndex LLM Interactions 2025-05-20 17:47:05 +02:00
lightrag_llamaindex_litellm_opik_demo.py feat: Integrate Opik for Enhanced Observability in LlamaIndex LLM Interactions 2025-05-20 17:47:05 +02:00
lightrag_lmdeploy_demo.py Remove deprected demo code 2025-05-14 01:56:26 +08:00
lightrag_nvidia_demo.py Remove deprected demo code 2025-05-14 01:56:26 +08:00
lightrag_openai_neo4j_milvus_redis_demo.py Fix linting 2025-05-20 17:57:42 +08:00