Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lightrag/kg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"NetworkXStorage",
"Neo4JStorage",
"PGGraphStorage",
"NebulaStorage",
# "AGEStorage",
# "MongoGraphStorage",
# "TiDBGraphStorage",
Expand Down Expand Up @@ -55,6 +56,7 @@
# Graph Storage Implementations
"NetworkXStorage": [],
"Neo4JStorage": ["NEO4J_URI", "NEO4J_USERNAME", "NEO4J_PASSWORD"],
"NebulaStorage": ["NEBULA_HOSTS", "NEBULA_USER", "NEBULA_PASSWORD","NEBULA_POOL_SIZE"],
"MongoGraphStorage": [],
# "TiDBGraphStorage": ["TIDB_USER", "TIDB_PASSWORD", "TIDB_DATABASE"],
"AGEStorage": [
Expand Down Expand Up @@ -90,6 +92,7 @@
"NanoVectorDBStorage": ".kg.nano_vector_db_impl",
"JsonDocStatusStorage": ".kg.json_doc_status_impl",
"Neo4JStorage": ".kg.neo4j_impl",
"NebulaStorage": ".kg.nebula_impl",
"MilvusVectorDBStorage": ".kg.milvus_impl",
"MongoKVStorage": ".kg.mongo_impl",
"MongoDocStatusStorage": ".kg.mongo_impl",
Expand Down
Loading
Loading