Enable MongoGraphStorage

This commit is contained in:
yangdx 2025-06-26 13:47:50 +08:00
parent d031cc7cdf
commit 6364d076aa

View file

@ -14,8 +14,8 @@ STORAGE_IMPLEMENTATIONS = {
"NetworkXStorage", "NetworkXStorage",
"Neo4JStorage", "Neo4JStorage",
"PGGraphStorage", "PGGraphStorage",
"MongoGraphStorage",
# "AGEStorage", # "AGEStorage",
# "MongoGraphStorage",
# "TiDBGraphStorage", # "TiDBGraphStorage",
# "GremlinStorage", # "GremlinStorage",
], ],