gzdaniel commited on
Commit
d355185
·
1 Parent(s): adbbc89

Enable MongoGraphStorage

Browse files
Files changed (1) hide show
  1. lightrag/kg/__init__.py +1 -1
lightrag/kg/__init__.py CHANGED
@@ -14,8 +14,8 @@ STORAGE_IMPLEMENTATIONS = {
14
  "NetworkXStorage",
15
  "Neo4JStorage",
16
  "PGGraphStorage",
 
17
  # "AGEStorage",
18
- # "MongoGraphStorage",
19
  # "TiDBGraphStorage",
20
  # "GremlinStorage",
21
  ],
 
14
  "NetworkXStorage",
15
  "Neo4JStorage",
16
  "PGGraphStorage",
17
+ "MongoGraphStorage",
18
  # "AGEStorage",
 
19
  # "TiDBGraphStorage",
20
  # "GremlinStorage",
21
  ],