LightRAG/lightrag/kg
2025-08-15 19:14:38 +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 Add get_vectors_by_ids method and filter out vector data from query results 2025-08-15 16:32:26 +08:00
json_doc_status_impl.py Refac: Add workspace infomation to all logger output for all storage type 2025-08-12 01:19:09 +08:00
json_kv_impl.py Refac: Add workspace infomation to all logger output for all storage type 2025-08-12 01:19:09 +08: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 Add get_vectors_by_ids method to MilvusVectorDBStorage 2025-08-15 16:36:50 +08:00
mongo_impl.py Add get_vectors_by_ids method to MongoVectorDBStorage 2025-08-15 16:53:14 +08:00
nano_vector_db_impl.py feat: KG related chunks selection by vector similarity 2025-08-13 18:16:42 +08:00
neo4j_impl.py Update Neo4j database naming in env.example 2025-08-15 19:14:38 +08:00
networkx_impl.py Fix: Resolve workspace isolation issues in in-memory database with multiple LightRAG instances 2025-08-12 01:26:09 +08:00
postgres_impl.py Add efficient vector retrieval by IDs to PGVectorStorage 2025-08-15 16:51:41 +08:00
qdrant_impl.py Add get_vectors_by_ids method to QdrantVectorDBStorage 2025-08-15 16:46:52 +08:00
redis_impl.py Refac: uniformly protected with the get_data_init_lock for all storage initializations 2025-08-14 03:46:19 +08:00
shared_storage.py Update QueryParam 2025-07-15 14:21:58 +08:00