LightRAG/lightrag/kg
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
..
__init__.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
age_impl.py Deleted node2vec implementation 2025-04-11 18:41:45 +08:00
chroma_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
faiss_impl.py Remove deprecated search_by_prefix 2025-05-03 11:17:49 +08:00
gremlin_impl.py Deleted node2vec implementation 2025-04-11 18:41:45 +08:00
json_doc_status_impl.py Optimize logger info 2025-04-28 02:27:59 +08:00
json_kv_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
milvus_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
mongo_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
nano_vector_db_impl.py Remove deprecated search_by_prefix 2025-05-03 11:17:49 +08:00
neo4j_impl.py feat: Optimize document deletion performance 2025-06-25 12:37:57 +08:00
networkx_impl.py Fix edge_degree to handle non-existent nodes 2025-06-27 01:37:10 +08:00
postgres_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
qdrant_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
redis_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00
shared_storage.py Optimize log messages 2025-04-29 13:45:06 +08:00
tidb_impl.py feat: Flatten LLM cache structure for improved recall efficiency 2025-07-02 16:11:53 +08:00