LightRAG/lightrag/kg
2025-01-27 09:39:39 +01:00
..
__init__.py Linting 2024-11-11 10:45:22 +08:00
age_impl.py Update age_impl.py 2025-01-27 09:35:08 +01:00
chroma_impl.py feat: Add ChromaDB integration for vector storage 2024-12-10 16:23:05 +01:00
gremlin_impl.py GremlinStorage: fixes and patch to support other Gremlin compatible BD. Tested on ArcadeDB with Gremlin plugin. The main change is using "entity_name" vertex property instead of the label as a node_id since different implementations have different restrictions on label names. 2024-12-23 16:16:17 +01:00
milvus_impl.py Update milvus_impl.py 2025-01-27 09:35:26 +01:00
mongo_impl.py Update mongo_impl.py 2025-01-27 09:35:50 +01:00
neo4j_impl.py Update neo4j_impl.py 2025-01-27 09:36:10 +01:00
oracle_impl.py Update oracle_impl.py 2025-01-27 09:36:34 +01:00
postgres_impl.py Update postgres_impl.py 2025-01-27 09:39:39 +01:00
postgres_impl_test.py Update postgres_impl_test.py 2025-01-27 09:38:32 +01:00
redis_impl.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
tidb_impl.py support TiDBGraphStorage 2024-12-18 10:57:33 +08:00