LightRAG/lightrag/kg
2025-01-06 12:53:06 +08:00
..
__init__.py Linting 2024-11-11 10:45:22 +08:00
age_impl.py feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08: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 __version__ 2024-12-13 20:15:49 +08:00
mongo_impl.py Add MongoDB as KV storage 2024-12-05 13:57:43 +08:00
neo4j_impl.py 添加选取Neo4j指定数据库功能的支持(fix lint) 2025-01-04 22:33:35 +08:00
oracle_impl.py Update oracle_impl.py 2024-12-06 11:06:20 +08:00
postgres_impl.py Some enhancements: 2025-01-06 12:50:05 +08:00
postgres_impl_test.py Fix the lint issue 2025-01-04 18:49:32 +08:00
tidb_impl.py support TiDBGraphStorage 2024-12-18 10:57:33 +08:00