LightRAG/lightrag/kg
yangdx f19cce16be Fix incorrect variable name in NetworkXStorage file path
- Fix working_dir -> workspace_dir typo
- Correct GraphML file path generation
2025-09-04 18:31:53 +08:00
..
deprecated Remove deprecated storage 2025-08-06 00:02:50 +08:00
__init__.py Remove deprecated storage 2025-08-06 00:02:50 +08:00
faiss_impl.py perf: add optional query_embedding parameter to avoid redundant embedding calls 2025-08-29 18:15:45 +08:00
json_doc_status_impl.py Merge upstream/main and resolve conflicts 2025-08-21 16:56:11 +00:00
json_kv_impl.py Merge upstream/main and resolve conflicts 2025-08-21 16:56:11 +00:00
memgraph_impl.py Refac: uniformly protected with the get_data_init_lock for all storage initializations 2025-08-14 03:46:19 +08:00
milvus_impl.py perf: add optional query_embedding parameter to avoid redundant embedding calls 2025-08-29 18:15:45 +08:00
mongo_impl.py Fix MongoDB vector query embedding format compatibility 2025-08-29 18:51:53 +08:00
nano_vector_db_impl.py perf: add optional query_embedding parameter to avoid redundant embedding calls 2025-08-29 18:15:45 +08:00
neo4j_impl.py Update Neo4j database naming in env.example 2025-08-15 19:14:38 +08:00
networkx_impl.py Fix incorrect variable name in NetworkXStorage file path 2025-09-04 18:31:53 +08:00
postgres_impl.py perf: add optional query_embedding parameter to avoid redundant embedding calls 2025-08-29 18:15:45 +08:00
qdrant_impl.py perf: add optional query_embedding parameter to avoid redundant embedding calls 2025-08-29 18:15:45 +08:00
redis_impl.py Fix logging level usage in Redis retry decorator 2025-08-20 05:21:15 +08:00
shared_storage.py Rename allow_create to first_initialization for clarity 2025-08-23 02:34:39 +08:00