LightRAG/lightrag/kg
zrguo c07b5522fe
Merge pull request #695 from ShanGor/main
Fix the bug from main stream that using doc['status'] and improve Apache AGE performance
2025-02-02 18:27:11 +08: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 Fix cosine threshold parameter setting error for chroma 2025-01-29 22:41:18 +08:00
faiss_impl.py Fix linting errors 2025-01-31 19:05:47 +05:30
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
json_kv_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
jsondocstatus_impl.py Moved the storages to kg folder 2025-01-27 09:59:26 +01:00
milvus_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
mongo_impl.py +MDB KG 2025-01-29 07:31:34 -05:00
nano_vector_db_impl.py Add lock to protect file write operations in NanoVectorDBStorage 2025-02-01 10:36:25 +08:00
neo4j_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
networkx_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
oracle_impl.py Refactor threshold handling to use environment variables and global config settings for oracle, postgres and tidb 2025-01-29 23:47:57 +08:00
postgres_impl.py - Fix the bug from main stream that using doc['status'] 2025-02-02 18:20:32 +08:00
postgres_impl_test.py Update postgres_impl_test.py 2025-01-27 09:38:32 +01:00
redis_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
tidb_impl.py Refactor threshold handling to use environment variables and global config settings for oracle, postgres and tidb 2025-01-29 23:47:57 +08:00